|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.helpers.XPathUtils
public class XPathUtils
| Constructor Summary | |
|---|---|
XPathUtils()
|
|
XPathUtils(Map<String,String> ns)
|
|
XPathUtils(NamespaceContext ctx)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPathUtils()
public XPathUtils(Map<String,String> ns)
public XPathUtils(NamespaceContext ctx)
| Method Detail |
|---|
public Object getValue(String xpathExpression,
Node node,
QName type)
public NodeList getValueList(String xpathExpression,
Node node)
public String getValueString(String xpathExpression,
Node node)
public Node getValueNode(String xpathExpression,
Node node)
public boolean isExist(String xpathExpression,
Node node,
QName type)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||