|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.wsdl.util.xml.XPathUtils
A XPathUtils ...
| Constructor Summary | |
|---|---|
XPathUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getXPathExprFromNode(org.w3c.dom.Node node)
Generates an XPath expression that will return only the given node as its result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XPathUtils()
| Method Detail |
public static java.lang.String getXPathExprFromNode(org.w3c.dom.Node node)
throws java.lang.IllegalArgumentException
node - the node to generate an XPath expression for. This node must
be an element node, a text node, a document node, or a processing
instruction node.
java.lang.IllegalArgumentException - if the given node is not an element,
text, document or PI node.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||