NOTE: In most cases, nodes will be returned in document-order, as defined by the XML Canonicalization specification. The exception occurs when using XPath expressions involving the union
operator (denoted with the pipe '|' character).
node-set
of all items selectedby this XPath expression.
@see #selectSingleNode
selectNodes
evaluates an XPath expression and returns the result as a List
of Node
instances or String
instances depending on the XPath expression.
Node
or String
instances depending on the XPath expression
selectNodes
performs this XPath expression on the given {@link Node}or {@link List}of {@link Node}s instances appending all the results together into a single list.
NOTE: In most cases, nodes will be returned in document-order, as defined by the XML Canonicalization specification. The exception occurs when using XPath expressions involving the union
operator (denoted with the pipe '|' character).
node-set
of all items selectedby this XPath expression.
@see #selectSingleNode
NOTE: In most cases, nodes will be returned in document-order, as defined by the XML Canonicalization specification. The exception occurs when using XPath expressions involving the union
operator (denoted with the pipe '|' character).
node-set
of all items selectedby this XPath expression.
@see #selectSingleNode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|