Package com.jcabi.xml
Interface XSD
-
- All Known Implementing Classes:
XSDDocument
public interface XSD
XSD schema.Implementation of this interface must be immutable and thread-safe.
- Since:
- 0.5
- See Also:
XSDDocument
- Suppressed Checkstyle violations:
- AbbreviationAsWordInNameCheck (5 lines)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SAXParseException>
validate(Source xml)
Validate XML.
-
-
-
Method Detail
-
validate
Collection<SAXParseException> validate(Source xml)
Validate XML.- Parameters:
xml
- Source XML document- Returns:
- Collection of problems found (empty if no problems)
-
-