Interface | Description |
---|---|
Sources |
Sources for XSLT.
|
XML |
XML document.
|
XSD |
XSD schema.
|
XSL |
XSL stylesheet.
|
Class | Description |
---|---|
ClasspathSources |
Sources in classpath.
|
StrictXML |
Strict
XML that fails if encapsulated XML document
doesn't validate against externally provided XSD schema or internally
specified schema locations. |
XMLDocument |
Implementation of
XML . |
XPathContext |
Convenient internal implementation of
NamespaceContext . |
XSDDocument |
Implementation of
XSD . |
XSLChain |
Chain of
XSL stylesheets. |
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–2015 jcabi.com. All rights reserved.