Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
G
I
L
N
R
S
T
V
X
A
addDefaultNamespaces()
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
adds default namespace URIs Default namespace URIs are DEFAULT_NS_PREFIX, XML_NS_PREFIX and XMLNS_ATTRIBUTE.
addNamespace(String, String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
adds namespace URI specified with prefix and URI
addNamespaces(Map<String, String>)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
adds all the namespace URIs that are stored in the specified Map
D
defaultNamespaceContext
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores the default NamespaceContext
documentBuilder
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores document builder
documentBuilderFactory
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores document builder factory
documentToDOMSource(Document)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converts Document to DOMSource object
documentToDOMSource(Document, String)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converts Document to DOMSource object
documentToString(Document, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converst XML Document into String
documentToString(Document)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converst XML Document into String
documentToString(Document)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
converts XML Document into String
E
evaluateXPath(String, Node, NamespaceContext, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression on specified context node
evaluateXPath(String, Node, NamespaceContext)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression on specified context node
evaluateXPath(String, Node, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression on specified context node
evaluateXPath(String, Node)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression on specified context node
evaluateXPath(String, Node)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
evaluates specified XPath expression on specified contenxt node
evaluateXPath(String, Node, NamespaceContext)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
evaluates specified XPath expression on specified contenxt node
G
getDefaultNamespaceContext()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains default NamespaceContext used by the XMLUtilities
getDocumentBuilder()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains DocumentBuilder object internaly used by the XMLUtilities
getDocumentBuilderFactory()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains DocumentBuilderFactory object internaly used by the XMLUtilities
getFirstNodeForXPath(String, Node, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression and returnes first Node if XPath has matches
getFirstNodeForXPath(String, Node)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression and returnes first Node if XPath has matches
getFirstNodeForXPath(String, Node, NamespaceContext, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression and returnes first Node if XPath has matches
getFirstNodeForXPath(String, Node, NamespaceContext)
- Static method in class global.sandbox.xmlutilities.
XMLTools
evaluates specified XPath expression and returnes first Node if XPath has matches
getFirstNodeForXPath(String, Node)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
evaluates specified XPath expression and returnes first Node if XPath has matches
getFirstNodeForXPath(String, Node, NamespaceContext)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
evaluates specified XPath expression and returnes first Node if XPath has matches
getInternalDocumentBuilder()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains DocumentBuilder object internaly used by the XMLUtilities static methods
getInternalDocumentBuilderFactory()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains DocumentBuilderFactory object internaly used by the XMLUtilities static methods
getInternalNamespaceContext()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains NamespaceContext object internaly used by the XMLUtilities static methods
getInternalSchemaFactory()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains SchemaFactory object internaly used by the XMLUtilities static methods
getInternalTransformer()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains Transformer object internaly used by the XMLUtilities static methods
getInternalTransformerFactory()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains TransformerFactory object internaly used by the XMLUtilities static methods
getInternalXPath()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains XPath object internaly used by the XMLUtilities static methods
getInternalXPathFactory()
- Static method in class global.sandbox.xmlutilities.
XMLTools
obtains XPathFactory object internaly used by the XMLUtilities static methods
getNamespaceURI(String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
returnes namespace URI that corresponds to the specified prefix
getPrefix(String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
returnes the prefix for the corresponding namespace URI this method returnes the first occurrence of the prefix for given URI
getPrefixes(String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
returnes iterator for the set of all the prefixes that correspond to the specified URI
getSchemaFactory()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains SchemaFactory object internaly used by the XMLUtilities
getTransformer()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains Transformer object internaly used by the XMLUtilities
getTransformerFactory()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains TransformerFactory object internaly used by the XMLUtilities
getXPath()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains XPath object internaly used by the XMLUtilities
getXPathFactory()
- Method in class global.sandbox.xmlutilities.
XMLUtilities
obtains XPathFactory object internaly used by the XMLUtilities
global.sandbox.xmlutilities
- package global.sandbox.xmlutilities
Utilities and Tools that makes XML parsing and validation more easier.
I
initializeXMLUtilities()
- Static method in class global.sandbox.xmlutilities.
XMLTools
initializes XMLUtilities static member for the static usage
initializeXMLUtilities(XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
initializes XMLUtilities static member for the static usage using specified XMLUtilities
INTERNAL_XMLUTILITIES
- Static variable in class global.sandbox.xmlutilities.
XMLTools
Use this constant, if you want to use internal XMLUtilities for the static methods
L
loadDocumentFromFile(String, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with file name
loadDocumentFromFile(String)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with file name
loadDocumentFromFile(String, DocumentBuilder, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with file name
loadDocumentFromFile(String, DocumentBuilder)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with file name
loadDocumentFromFile(File, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with the File object
loadDocumentFromFile(File)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with the File object
loadDocumentFromFile(File, DocumentBuilder, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with the file object
loadDocumentFromFile(File, DocumentBuilder)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from file specified with the file object
loadDocumentFromFile(String)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from file specified with file name
loadDocumentFromFile(String, DocumentBuilder)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from file specified with file name
loadDocumentFromFile(File)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from file specified with the File object
loadDocumentFromFile(File, DocumentBuilder)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from file specified with the file object
loadDocumentFromStream(InputStream, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from specified stream
loadDocumentFromStream(InputStream)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from specified stream
loadDocumentFromStream(InputStream, DocumentBuilder, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from specified input stream
loadDocumentFromStream(InputStream, DocumentBuilder)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from specified input stream
loadDocumentFromStream(InputStream)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from specified input stream
loadDocumentFromStream(InputStream, DocumentBuilder)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
loads XML from specified input stream
loadDocumentFromString(String)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads document from
String
into the
Document
loadDocumentFromString(String, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads document from
String
into the
Document
loadDocumentFromString(String, DocumentBuilder)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads document from
String
into the
Document
loadDocumentFromString(String, DocumentBuilder, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads document from
String
into the
Document
loadSourceFromString(String)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from String
loadSourceFromString(String, String)
- Static method in class global.sandbox.xmlutilities.
XMLTools
loads XML from String
N
NamespaceContextImpl
- Class in
global.sandbox.xmlutilities
Simple implementation of the NamespaceContext.
NamespaceContextImpl()
- Constructor for class global.sandbox.xmlutilities.
NamespaceContextImpl
Creates a new instance of NamespaceContextImpl and adds default namespace URIs
namespaces
- Variable in class global.sandbox.xmlutilities.
NamespaceContextImpl
stores namespace mappings
R
removeAllNamespaces()
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
removes all the namespace URIs incl. default ones
removeNamespaceByPrefix(String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
removes specified namespace using prefix
removeNamespaceByURI(String)
- Method in class global.sandbox.xmlutilities.
NamespaceContextImpl
removes specified namespace using URI
S
schemaFactory
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores schema factory
sourceToString(Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converts XML Source into String
sourceToString(Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
converts XML Source into String
sourceToString(Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
converts XML Source into String
T
transformer
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores localTransformer
transformerFactory
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores localTransformer factory
transformToDocument(Templates, Source, Map<String, Object>, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToDocument(Templates, Source, Map<String, Object>)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToDocument(Templates, Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToDocument(Templates, Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToDocument(Source, Source, Map<String, Object>, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML using specified XSLT template
transformToDocument(Source, Source, Map<String, Object>)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML using specified XSLT template
transformToDocument(Source, Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML using specified XSLT template
transformToDocument(Source, Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML using specified XSLT template
transformToDocument(Source, Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transformes specified XML document using specified XSLT template
transformToDocument(Templates, Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transforms specified XML document using XSLT (compiled) template
transformToDocument(Source, Source, Map<String, Object>)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transformes specified XML document using specified XSLT template
transformToDocument(Templates, Source, Map<String, Object>)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transforms sepecified XML using XSLT (compiled) template
transformToString(Source, Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transformes specified XML document using specified XSLT template
transformToString(Source, Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transformes specified XML document using specified XSLT template
transformToString(Source, Source, Map<String, Object>)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transformes specified XML document using specified XSLT template
transformToString(Source, Source, Map<String, Object>, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transformes specified XML document using specified XSLT template
transformToString(Templates, Source, Map<String, Object>, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToString(Templates, Source, Map<String, Object>)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToString(Templates, Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToString(Templates, Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
transforms specified XML document using XSLT (compiled) template
transformToString(Source, Source, Map<String, Object>)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transformes specified XML source using specified XSLT template
transformToString(Templates, Source, Map<String, Object>)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transforms specified XML source using specified XSLT (compiled) template
transformToString(Templates, Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transforms specified XML source using specified XSLT (compiled) template
transformToString(Source, Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
transformes specified XML document using specified XSLT template
V
validateXmlUsingSchema(Source, Source, XMLUtilities)
- Static method in class global.sandbox.xmlutilities.
XMLTools
validates specified XML with the specified XMLScheme
validateXmlUsingSchema(Source, Source)
- Static method in class global.sandbox.xmlutilities.
XMLTools
validates specified XML with the specified XMLScheme
validateXmlUsingSchema(Source, Source)
- Method in class global.sandbox.xmlutilities.
XMLUtilities
validates XML file using XML schema
X
XMLTools
- Class in
global.sandbox.xmlutilities
Static version of the XMLUtilities class.
XMLTools()
- Constructor for class global.sandbox.xmlutilities.
XMLTools
hidden constructor
xmlUtilities
- Static variable in class global.sandbox.xmlutilities.
XMLTools
stores XMLUtilities object for the static usage
XMLUtilities
- Class in
global.sandbox.xmlutilities
This class provides simple XML utilities.
XMLUtilities()
- Constructor for class global.sandbox.xmlutilities.
XMLUtilities
initializes XMLUtilities Creates new factories and new instanties
XMLUtilities(DocumentBuilderFactory, DocumentBuilder, SchemaFactory, TransformerFactory, Transformer, XPathFactory, XPath, NamespaceContext)
- Constructor for class global.sandbox.xmlutilities.
XMLUtilities
initializes XMLUtilities Creates new factories and new instaties according to custom objects.
xpath
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores xpath evaluator
xpathFactory
- Variable in class global.sandbox.xmlutilities.
XMLUtilities
stores XPath factory
A
D
E
G
I
L
N
R
S
T
V
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes