public class XPathUtils extends Object
| Constructor and Description | 
|---|
| XPathUtils() | 
| XPathUtils(Map<String,String> ns) | 
| XPathUtils(NamespaceContext ctx) | 
| Modifier and Type | Method and 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) | 
public XPathUtils()
public XPathUtils(NamespaceContext ctx)
Apache CXF