Index
All Classes and Interfaces|All Packages
A
- add(String, Object) - Method in class com.jcabi.xml.XPathContext
-
Add new prefix and namespace.
- applyTo(XML) - Method in interface com.jcabi.xml.XSL
-
Transform XML into text.
- applyTo(XML) - Method in class com.jcabi.xml.XSLChain
- applyTo(XML) - Method in class com.jcabi.xml.XSLDocument
C
- ClasspathSources - Class in com.jcabi.xml
-
Sources in classpath.
- ClasspathSources() - Constructor for class com.jcabi.xml.ClasspathSources
-
Public ctor.
- ClasspathSources(Class<?>) - Constructor for class com.jcabi.xml.ClasspathSources
-
Public ctor.
- ClasspathSources(String) - Constructor for class com.jcabi.xml.ClasspathSources
-
Public ctor.
- com.jcabi.xml - package com.jcabi.xml
-
XML Parsing and Transforming.
D
E
- equals(Object) - Method in class com.jcabi.xml.XMLDocument
F
- FileSources - Class in com.jcabi.xml
-
Sources in file system.
- FileSources() - Constructor for class com.jcabi.xml.FileSources
-
Public ctor.
- FileSources(File) - Constructor for class com.jcabi.xml.FileSources
-
Public ctor.
- FileSources(String) - Constructor for class com.jcabi.xml.FileSources
-
Public ctor.
G
- getNamespaceURI(String) - Method in class com.jcabi.xml.XPathContext
- getPrefix(String) - Method in class com.jcabi.xml.XPathContext
- getPrefixes(String) - Method in class com.jcabi.xml.XPathContext
H
- hashCode() - Method in class com.jcabi.xml.XMLDocument
M
- make(InputStream) - Static method in class com.jcabi.xml.XSDDocument
-
Make an instance of XSD schema without I/O exceptions.
- make(InputStream) - Static method in class com.jcabi.xml.XSLDocument
-
Make an instance of XSL stylesheet without I/O exceptions.
- make(URL) - Static method in class com.jcabi.xml.XSDDocument
-
Make an instance of XSD schema without I/O exceptions.
- make(URL) - Static method in class com.jcabi.xml.XSLDocument
-
Make an instance of XSL stylesheet without I/O exceptions.
- merge(NamespaceContext) - Method in class com.jcabi.xml.SaxonDocument
- merge(NamespaceContext) - Method in class com.jcabi.xml.StrictXML
- merge(NamespaceContext) - Method in interface com.jcabi.xml.XML
-
Append this namespace context to the existing one.
- merge(NamespaceContext) - Method in class com.jcabi.xml.XMLDocument
- merge(NamespaceContext) - Method in class com.jcabi.xml.XPathContext
-
Add new context.
N
- node() - Method in class com.jcabi.xml.SaxonDocument
- node() - Method in class com.jcabi.xml.StrictXML
- node() - Method in interface com.jcabi.xml.XML
-
Retrieve DOM node, represented by this wrapper.
- node() - Method in class com.jcabi.xml.XMLDocument
- nodes(String) - Method in class com.jcabi.xml.SaxonDocument
- nodes(String) - Method in class com.jcabi.xml.StrictXML
- nodes(String) - Method in interface com.jcabi.xml.XML
-
Retrieve DOM nodes from the XML response.
- nodes(String) - Method in class com.jcabi.xml.XMLDocument
R
- registerNs(String, Object) - Method in class com.jcabi.xml.SaxonDocument
- registerNs(String, Object) - Method in class com.jcabi.xml.StrictXML
- registerNs(String, Object) - Method in interface com.jcabi.xml.XML
-
Register additional namespace prefix for XPath.
- registerNs(String, Object) - Method in class com.jcabi.xml.XMLDocument
- resolve(String, String) - Method in class com.jcabi.xml.ClasspathSources
- resolve(String, String) - Method in class com.jcabi.xml.FileSources
S
- SaxonDocument - Class in com.jcabi.xml
-
Saxon XML document.
- SaxonDocument(byte[]) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML as byte array.
- SaxonDocument(File) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML saved in a filesystem.
- SaxonDocument(InputStream) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML as input stream.
- SaxonDocument(String) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML as string text.
- SaxonDocument(URI) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML reached by URI.
- SaxonDocument(URL) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML reached by URL.
- SaxonDocument(Path) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from XML saved in a filesystem.
- SaxonDocument(XdmNode) - Constructor for class com.jcabi.xml.SaxonDocument
-
Public constructor from Saxon XML document node.
- Sources - Interface in com.jcabi.xml
-
Sources for XSLT.
- StrictXML - Class in com.jcabi.xml
-
Strict
XML
that fails if encapsulated XML document doesn't validate against externally provided XSD schema or internally specified schema locations. - StrictXML(XML) - Constructor for class com.jcabi.xml.StrictXML
-
Public ctor.
- StrictXML(XML, XSD) - Constructor for class com.jcabi.xml.StrictXML
-
Public ctor.
- StrictXML(XML, Validator) - Constructor for class com.jcabi.xml.StrictXML
-
Public ctor.
- StrictXML(XML, LSResourceResolver) - Constructor for class com.jcabi.xml.StrictXML
-
Public ctor.
- STRIP - Static variable in class com.jcabi.xml.XSLDocument
-
Strips spaces of whitespace-only text nodes.
T
- toString() - Method in class com.jcabi.xml.StrictXML
- toString() - Method in class com.jcabi.xml.XMLDocument
- toString() - Method in class com.jcabi.xml.XPathContext
- toString() - Method in class com.jcabi.xml.XSDDocument
- toString() - Method in class com.jcabi.xml.XSLDocument
- transform(XML) - Method in interface com.jcabi.xml.XSL
-
Transform XML to another one.
- transform(XML) - Method in class com.jcabi.xml.XSLChain
- transform(XML) - Method in class com.jcabi.xml.XSLDocument
V
- validate(Source) - Method in interface com.jcabi.xml.XSD
-
Validate XML.
- validate(Source) - Method in class com.jcabi.xml.XSDDocument
W
- with(Sources) - Method in interface com.jcabi.xml.XSL
-
With this sources.
- with(Sources) - Method in class com.jcabi.xml.XSLChain
- with(Sources) - Method in class com.jcabi.xml.XSLDocument
- with(String, Object) - Method in interface com.jcabi.xml.XSL
-
With this parameter.
- with(String, Object) - Method in class com.jcabi.xml.XSLChain
- with(String, Object) - Method in class com.jcabi.xml.XSLDocument
X
- XML - Interface in com.jcabi.xml
-
XML document.
- XMLDocument - Class in com.jcabi.xml
-
Implementation of
XML
. - XMLDocument(byte[]) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML as a text.
- XMLDocument(File) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in a file.
- XMLDocument(InputStream) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from input stream.
- XMLDocument(String) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML as a text.
- XMLDocument(URI) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in the URI.
- XMLDocument(URL) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in the URL.
- XMLDocument(Path) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from XML in a file.
- XMLDocument(Source) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from a source.
- XMLDocument(Node) - Constructor for class com.jcabi.xml.XMLDocument
-
Public ctor, from a DOM node.
- xpath(String) - Method in class com.jcabi.xml.SaxonDocument
- 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
-
Convenient internal implementation of
NamespaceContext
. - 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
-
Implementation of
XSD
. - XSDDocument(XML) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as a source.
- XSDDocument(File) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from file.
- XSDDocument(InputStream) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as an input stream.
- XSDDocument(String) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from XSD as a string.
- XSDDocument(URI) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from URI.
- XSDDocument(URL) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from URL.
- XSDDocument(Path) - Constructor for class com.jcabi.xml.XSDDocument
-
Public ctor, from file.
- XSL - Interface in com.jcabi.xml
-
XSL stylesheet.
- XSLChain - Class in com.jcabi.xml
-
Chain of
XSL
stylesheets. - XSLChain(XSL...) - Constructor for class com.jcabi.xml.XSLChain
-
Public ctor.
- XSLChain(Collection<XSL>) - Constructor for class com.jcabi.xml.XSLChain
-
Public ctor.
- XSLDocument - Class in com.jcabi.xml
-
Implementation of
XSL
. - XSLDocument(XML) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XML as a source.
- XSLDocument(XML, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XML as a source.
- XSLDocument(File) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from file.
- XSLDocument(File, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from file with alternative SystemId.
- XSLDocument(InputStream) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as an input stream.
- XSLDocument(InputStream, String) - 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.
- XSLDocument(String, Sources, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.
- XSLDocument(String, Sources, Map<String, Object>) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.
- XSLDocument(String, Sources, Map<String, Object>, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.
- XSLDocument(String, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from XSL as a string.
- XSLDocument(URI) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URI.
- XSLDocument(URI, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URI.
- XSLDocument(URL) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URL.
- XSLDocument(URL, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from URL with alternative SystemId.
- XSLDocument(Path) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from file.
- XSLDocument(Path, String) - Constructor for class com.jcabi.xml.XSLDocument
-
Public ctor, from file with custom SystemId.
All Classes and Interfaces|All Packages