- XML - Interface in com.jcabi.xml
-
XML document.
- XMLDocument - Class in com.jcabi.xml
-
- XMLDocument(String) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML as a text.
- XMLDocument(Node) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from a DOM node.
- XMLDocument(Source) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from a source.
- XMLDocument(File) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in a file.
- XMLDocument(URL) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in the URL.
- XMLDocument(URI) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in the URI.
- XMLDocument(InputStream) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from input stream.
- xpath(String) - Method in class com.jcabi.xml.StrictXML
-
- xpath(String) - Method in interface com.jcabi.xml.XML
-
Find and return text elements or attributes matched by XPath address.
- xpath(String) - Method in class com.jcabi.xml.XMLDocument
-
- XPathContext - Class in com.jcabi.xml
-
- XPathContext() - Constructor for class com.jcabi.xml.XPathContext
-
Public ctor.
- XPathContext(Object...) - Constructor for class com.jcabi.xml.XPathContext
-
Public ctor with custom namespaces.
- XSD - Interface in com.jcabi.xml
-
XSD schema.
- XSDDocument - Class in com.jcabi.xml
-
- XSDDocument(XML) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as a source.
- XSDDocument(String) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as a string.
- XSDDocument(URL) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from URL.
- XSDDocument(URI) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from URI.
- XSDDocument(InputStream) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as an input stream.
- XSL - Interface in com.jcabi.xml
-
XSL stylesheet.
- XSLChain - Class in com.jcabi.xml
-
Chain of
XSL
stylesheets.
- XSLChain(Collection<XSL>) - Constructor for class com.jcabi.xml.XSLChain
-
Public ctor.
- XSLDocument - Class in com.jcabi.xml
-
- XSLDocument(XML) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XML as a source.
- XSLDocument(URL) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URL.
- XSLDocument(URI) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URI.
- XSLDocument(InputStream) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as an input stream.
- XSLDocument(String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.
- XSLDocument(String, Sources) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.