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