org.apache.cxf.helpers
Class XPathUtils
java.lang.Object
org.apache.cxf.helpers.XPathUtils
public class XPathUtils
- extends java.lang.Object
Method Summary |
static javax.xml.xpath.XPathFactory |
getFactory()
|
java.lang.Object |
getValue(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
|
org.w3c.dom.NodeList |
getValueList(java.lang.String xpathExpression,
org.w3c.dom.Node node)
|
org.w3c.dom.Node |
getValueNode(java.lang.String xpathExpression,
org.w3c.dom.Node node)
|
java.lang.String |
getValueString(java.lang.String xpathExpression,
org.w3c.dom.Node node)
|
boolean |
isExist(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathUtils
public XPathUtils()
XPathUtils
public XPathUtils(java.util.Map<java.lang.String,java.lang.String> ns)
XPathUtils
public XPathUtils(javax.xml.namespace.NamespaceContext ctx)
getValue
public java.lang.Object getValue(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
getValueList
public org.w3c.dom.NodeList getValueList(java.lang.String xpathExpression,
org.w3c.dom.Node node)
getValueString
public java.lang.String getValueString(java.lang.String xpathExpression,
org.w3c.dom.Node node)
getValueNode
public org.w3c.dom.Node getValueNode(java.lang.String xpathExpression,
org.w3c.dom.Node node)
isExist
public boolean isExist(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
getFactory
public static javax.xml.xpath.XPathFactory getFactory()
Apache CXF