org.apache.cxf.helpers
Class XPathUtils
java.lang.Object
org.apache.cxf.helpers.XPathUtils
public class XPathUtils
- extends java.lang.Object
Method Summary |
java.lang.Object |
getValue(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
|
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)
isExist
public boolean isExist(java.lang.String xpathExpression,
org.w3c.dom.Node node,
javax.xml.namespace.QName type)
Apache CXF