com.sun.ws.management.xml
Class XPath
java.lang.Object
com.sun.ws.management.xml.XPath
public final class XPath
- extends java.lang.Object
Constructor Summary |
XPath()
|
Method Summary |
static java.util.List<org.w3c.dom.Node> |
filter(org.w3c.dom.Node content,
java.lang.String expression,
NamespaceMap... namespaces)
Filter a set of nodes based on an XPath expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_PREFIX
public static final java.lang.String NS_PREFIX
- See Also:
- Constant Field Values
NS_URI
public static final java.lang.String NS_URI
- See Also:
- Constant Field Values
XPATH_FACTORY
public static final javax.xml.xpath.XPathFactory XPATH_FACTORY
XPath
public XPath()
filter
public static java.util.List<org.w3c.dom.Node> filter(org.w3c.dom.Node content,
java.lang.String expression,
NamespaceMap... namespaces)
throws javax.xml.xpath.XPathExpressionException
- Filter a set of nodes based on an XPath expression.
- Throws:
javax.xml.xpath.XPathExpressionException