A C G M N R T V X 

A

add(String, Object) - Method in class com.jcabi.xml.XPathContext
Add new prefix and namespace.

C

com.jcabi.xml - package com.jcabi.xml
XML Parsing and Transforming.

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
 

M

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 interface com.jcabi.xml.XML
Retrieve DOM node, represented by this wrapper.
node() - Method in class com.jcabi.xml.XMLDocument
 
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 interface com.jcabi.xml.XML
Register additional namespace prefix for XPath.
registerNs(String, Object) - Method in class com.jcabi.xml.XMLDocument
 

T

toString() - Method in class com.jcabi.xml.XMLDocument
 
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.XSLDocument
 

V

validate(Source) - Method in interface com.jcabi.xml.XSD
Validate XML.
validate(Source) - Method in class com.jcabi.xml.XSDDocument
 

X

XML - Interface in com.jcabi.xml
XML document.
XMLDocument - Class in com.jcabi.xml
Implementation of 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 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 XML as a source.
XSDDocument(String) - Constructor for class com.jcabi.xml.XSDDocument
Public ctor, from XSL as a string.
XSDDocument(Source) - Constructor for class com.jcabi.xml.XSDDocument
Public ctor, from XML as a source.
XSL - Interface in com.jcabi.xml
XSL stylesheet.
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(String) - Constructor for class com.jcabi.xml.XSLDocument
Public ctor, from XSL as a string.
XSLDocument(Source) - Constructor for class com.jcabi.xml.XSLDocument
Public ctor, from XML as a source.
A C G M N R T V X 

Copyright © 2012–2013 jcabi.com. All rights reserved.