Package com.jcabi.xml
XML Parsing and Transforming.
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>
- Since:
- 0.1
- See Also:
- project website
-
Interface Summary Interface Description Sources Sources for XSLT.XML XML document.XSD XSD schema.XSL XSL stylesheet. -
Class Summary Class Description ClasspathSources Sources in classpath.FileSources Sources in file system.StrictXML StrictXML
that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally specified schema locations.XMLDocument Implementation ofXML
.XPathContext Convenient internal implementation ofNamespaceContext
.XSDDocument Implementation ofXSD
.XSLChain Chain ofXSL
stylesheets.XSLDocument Implementation ofXSL
.