Package org.apache.cxf.helpers
Class XPathUtils
- java.lang.Object
-
- org.apache.cxf.helpers.XPathUtils
-
public class XPathUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XPathUtils()
XPathUtils(Map<String,String> ns)
XPathUtils(NamespaceContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue(String xpathExpression, Node node, QName type)
NodeList
getValueList(String xpathExpression, Node node)
Node
getValueNode(String xpathExpression, Node node)
String
getValueString(String xpathExpression, Node node)
boolean
isExist(String xpathExpression, Node node, QName type)
-
-
-
Constructor Detail
-
XPathUtils
public XPathUtils()
-
XPathUtils
public XPathUtils(NamespaceContext ctx)
-
-