|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExternalData
| Method Summary | |
|---|---|
java.lang.String[] |
getArray(java.lang.String xpathQuery)
Get an individual value from the document. |
java.lang.String |
getValue(java.lang.String xpathQuery)
Get an individual value from the document. |
ExternalData |
removeWrapper()
Get the data out of the (optional) wrapper. |
| Method Detail |
|---|
java.lang.String[] getArray(java.lang.String xpathQuery)
(//) is not allowed.child::para[position()= n is
not allowed.(.../*)
.../child::para and .../para are
equivalent.
xpathQuery - An XPath query.
java.lang.String getValue(java.lang.String xpathQuery)
* and // are not allowed.
/path/to/node selects the value of node./path/to/node/@attribute selects the value of the
attribute of node.
xpathQuery - An XPath query.
ExternalData removeWrapper()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||