| Interface | Description |
|---|---|
| XML |
XML document.
|
| XSD |
XSD schema.
|
| XSL |
XSL stylesheet.
|
| Class | Description |
|---|---|
| StrictXML |
Strict
XML that fails if encapsulated XML document
doesn't validate against provided XSD schema. |
| XMLDocument |
Implementation of
XML. |
| XPathContext |
Convenient internal implementation of
NamespaceContext. |
| XSDDocument |
Implementation of
XSD. |
| XSLDocument |
Implementation of
XSL. |
The only dependency you need is (check our latest version available at www.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> </dependency>
Copyright © 2012–2014 jcabi.com. All rights reserved.