Uses of Interface
com.jcabi.xml.XML
-
-
Uses of XML in com.jcabi.xml
Classes in com.jcabi.xml that implement XML Modifier and Type Class Description class
StrictXML
StrictXML
that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally specified schema locations.class
XMLDocument
Implementation ofXML
.Methods in com.jcabi.xml that return XML Modifier and Type Method Description XML
StrictXML. merge(NamespaceContext context)
XML
XML. merge(NamespaceContext context)
Append this namespace context to the existing one.XML
XMLDocument. merge(NamespaceContext ctx)
XML
StrictXML. registerNs(String prefix, Object uri)
XML
XML. registerNs(String prefix, Object uri)
Register additional namespace prefix for XPath.XML
XMLDocument. registerNs(String prefix, Object uri)
XML
XSL. transform(XML xml)
Transform XML to another one.XML
XSLChain. transform(XML xml)
XML
XSLDocument. transform(XML xml)
Methods in com.jcabi.xml that return types with arguments of type XML Modifier and Type Method Description List<XML>
StrictXML. nodes(String query)
List<XML>
XML. nodes(String query)
Retrieve DOM nodes from the XML response.List<XML>
XMLDocument. nodes(String query)
Methods in com.jcabi.xml with parameters of type XML Modifier and Type Method Description String
XSL. applyTo(XML xml)
Transform XML into text.String
XSLChain. applyTo(XML xml)
String
XSLDocument. applyTo(XML xml)
XML
XSL. transform(XML xml)
Transform XML to another one.XML
XSLChain. transform(XML xml)
XML
XSLDocument. transform(XML xml)
Constructors in com.jcabi.xml with parameters of type XML Constructor Description StrictXML(XML xml)
Public ctor.StrictXML(XML xml, XSD schema)
Public ctor.StrictXML(XML xml, Validator val)
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.
-