Package com.jcabi.xml
Interface XSD
- All Known Implementing Classes:
XSDDocument
Deprecated.
XSD schema.
Implementation of this interface must be immutable and thread-safe.
- Since:
- 0.5
- See Also:
- Suppressed Checkstyle violations:
- AbbreviationAsWordInNameCheck (5 lines)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Validate XML.
-
Method Details
-
validate
Deprecated.Validate XML.- Parameters:
xml
- Source XML document- Returns:
- Collection of problems found (empty if no problems)
-
StrictXML
with a schema provided in the constructor. Otherwise, you can useXMLDocument
and validate the XML against the schema via theXMLDocument.validate(XML)
method.