Uses of Interface
com.jcabi.xml.XML
-
Uses of XML in com.jcabi.xml
Modifier and TypeClassDescriptionfinal class
Saxon XML document.final class
StrictXML
that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally specified schema locations.final class
Implementation ofXML
.Modifier and TypeMethodDescriptionSaxonDocument.merge
(NamespaceContext context) StrictXML.merge
(NamespaceContext context) XML.merge
(NamespaceContext context) Append this namespace context to the existing one.XMLDocument.merge
(NamespaceContext ctx) SaxonDocument.registerNs
(String prefix, Object uri) StrictXML.registerNs
(String prefix, Object uri) XML.registerNs
(String prefix, Object uri) Register additional namespace prefix for XPath.XMLDocument.registerNs
(String prefix, Object uri) Transform XML to another one.Modifier and TypeMethodDescriptionRetrieve DOM nodes from the XML response.Modifier and TypeMethodDescriptionTransform XML into text.Transform XML to another one.ModifierConstructorDescriptionPublic ctor.Public ctor.Public ctor.StrictXML
(XML xml, LSResourceResolver resolver) Public ctor.XSDDocument
(XML src) Public ctor, from XSD as a source.XSLDocument
(XML src) Public ctor, from XML as a source.XSLDocument
(XML src, String base) Public ctor, from XML as a source.