I S X

I

it.svario.xpathapi.jaxp - package it.svario.xpathapi.jaxp
Select XML nodes using XPath and a single line of Java code.

S

selectListOfNodes(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression (returns a List<Node> list).
selectListOfNodes(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression, taking into account all namespaces found in namespaceNode (returns a List<Node> list).
selectListOfNodes(Node, String, Map<String, String>, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression, taking into account the namespace mappings defined in namespaces (returns a List<Node> list).
selectNodeIterator(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns an iterator over all the nodes that match the given XPath expression.
selectNodeIterator(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns an iterator over all the nodes that match the given XPath expression, taking into account all namespaces found in namespaceNode.
selectNodeList(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression (returns a org.w3c.dom.NodeList list).
selectNodeList(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression, taking into account all namespaces found in namespaceNode (returns a org.w3c.dom.NodeList list).
selectNodeList(Node, String, Map<String, String>, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects all the nodes that match the given XPath expression, taking into account the namespace mappings defined in namespaces (returns a org.w3c.dom.NodeList list).
selectNodeListAsStrings(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns a list with the textual content of all the nodes that match the given XPath expression.
selectNodeListAsStrings(Node, String, Map<String, String>, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns a list with the textual content of all the nodes that match the given XPath expression, taking into account the namespace mappings defined in namespaces.
selectNodeListAsStrings(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns a list with the textual content of all the nodes that match the given XPath expression, taking into account all namespaces found namespaceNode.
selectSingleNode(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects the first node that matches the given XPath expression.
selectSingleNode(Node, String, Map<String, String>, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects the first node that matches the given XPath expression, taking additional namespace from the namespaces mapping.
selectSingleNode(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Selects the first node that matches the given XPath expression, taking into account all namespaces found in namespaceNode.
selectSingleNodeAsString(Node, String, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns the textual content of the first node that matches the given XPath expression.
selectSingleNodeAsString(Node, String, Map<String, String>, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns the textual content of the first node that matches the given XPath expression, taking into account the namespace mappings defined in namespaces.
selectSingleNodeAsString(Node, String, Node, String...) - Static method in class it.svario.xpathapi.jaxp.XPathAPI
Returns the textual content of the first node that matches the given XPath expression, taking into account all namespaces found namespaceNode.

X

XPathAPI - Class in it.svario.xpathapi.jaxp
The container for the various static methods exposed by the XPathAPI.
XPathAPI() - Constructor for class it.svario.xpathapi.jaxp.XPathAPI
 

I S X

Copyright © 2011. All Rights Reserved.