A C E G I N O P R S T V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allText() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the text content of the entire tree that is spawned by this node.
- allValue(String) - Method in class org.shredzone.commons.xml.XQuery
-
Selects values based on the XPath expression that is applied to the tree represented by this
XQuery
. - attr() - Method in class org.shredzone.commons.xml.XQuery
-
Returns a map of attributes.
C
- characteristics() - Method in class org.shredzone.commons.xml.NodeListSpliterator
E
- estimateSize() - Method in class org.shredzone.commons.xml.NodeListSpliterator
- exists(String) - Method in class org.shredzone.commons.xml.XQuery
-
Checks if there is at least one element matching the XPath expression.
G
- get(String) - Method in class org.shredzone.commons.xml.XQuery
-
Gets a single element based on the XPath expression that is applied to the tree represented by this
XQuery
.
I
N
- name() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the tag name of this node.
- nextSibling() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the next sibling of this element.
- NodeListSpliterator - Class in org.shredzone.commons.xml
-
A
Spliterator
forNodeList
. - NodeListSpliterator(NodeList) - Constructor for class org.shredzone.commons.xml.NodeListSpliterator
-
Creates a new
NodeListSpliterator
.
O
- org.shredzone.commons.xml - package org.shredzone.commons.xml
P
- parent() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the parent node of this node, as
XQuery
object. - parse(InputStream) - Static method in class org.shredzone.commons.xml.XQuery
-
Parses an XML source and returns an
XQuery
object representing the root of the document. - parse(Reader) - Static method in class org.shredzone.commons.xml.XQuery
-
Parses an XML source and returns an
XQuery
object representing the root of the document. - parse(String) - Static method in class org.shredzone.commons.xml.XQuery
-
Parses an XML source and returns an
XQuery
object representing the root of the document. - parse(InputSource) - Static method in class org.shredzone.commons.xml.XQuery
-
Parses an XML source and returns an
XQuery
object representing the root of the document. - previousSibling() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the previous sibling of this element.
R
- root() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the root node of this node, as
XQuery
object.
S
- select(String) - Method in class org.shredzone.commons.xml.XQuery
-
Selects elements based on the XPath expression that is applied to the tree represented by this
XQuery
. - stream() - Method in class org.shredzone.commons.xml.NodeListSpliterator
- stream() - Method in class org.shredzone.commons.xml.XQuery
-
Streams all children of this element.
T
- text() - Method in class org.shredzone.commons.xml.XQuery
-
Returns the text content of this node.
- text(String) - Method in class org.shredzone.commons.xml.XQuery
-
Returns the text selected by the XPath expression.
- tryAdvance(Consumer<? super Node>) - Method in class org.shredzone.commons.xml.NodeListSpliterator
- trySplit() - Method in class org.shredzone.commons.xml.NodeListSpliterator
V
- value(String) - Method in class org.shredzone.commons.xml.XQuery
-
Selects values based on the XPath expression that is applied to the tree represented by this
XQuery
.
X
- XQuery - Class in org.shredzone.commons.xml
-
Helps to easily read content from XML sources.
All Classes All Packages