Package org.apache.cxf.helpers
Class XPathUtils
- java.lang.Object
- 
- org.apache.cxf.helpers.XPathUtils
 
- 
 public class XPathUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description XPathUtils()XPathUtils(Map<String,String> ns)XPathUtils(NamespaceContext ctx)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(String xpathExpression, Node node, QName type)NodeListgetValueList(String xpathExpression, Node node)NodegetValueNode(String xpathExpression, Node node)StringgetValueString(String xpathExpression, Node node)booleanisExist(String xpathExpression, Node node, QName type)
 
- 
- 
- 
Constructor Detail- 
XPathUtilspublic XPathUtils() 
 - 
XPathUtilspublic XPathUtils(NamespaceContext ctx) 
 
- 
 
-