|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathLocationException | |
org.ten60.netkernel.xml.xda |
Uses of XPathLocationException in org.ten60.netkernel.xml.xda |
Methods in org.ten60.netkernel.xml.xda that throw XPathLocationException | |
boolean |
DOMXPathResult.isTrue()
|
void |
IXDA.append(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
Append fragment of source to this at a specified location or locations |
void |
IXDA.insertBefore(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
Insert fragment of source to this before specified location or locations |
void |
IXDA.insertAfter(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
Insert fragment of source to this after specified location or locations |
void |
IXDA.applyNS(String aTargetXPath,
String prefix,
String uri)
Apply namespace to target location or locations |
void |
IXDA.removeNS(String aTargetXPath,
String prefix)
Remove namespace from target location or locations |
void |
IXDA.rename(String aTargetXPath,
String name)
Rename elements at target location or locations |
void |
IXDA.delete(String aTargetXPath)
Delete elements at target location or locations |
void |
IXDA.replace(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
Replace fragments of this with fragments from source at specified location or locations |
void |
IXDA.replaceByText(String aTargetXPath,
String aText)
Replace fragments of this with given text at specified location or locations |
void |
IXDA.move(String aSourceXPath,
String aTargetXPath)
Moves a fragment from one location in this to another |
void |
IXDA.setText(String aTargetXPath,
String aText)
Sets the text of the element or elements at the target location of this |
void |
IXDA.appendPath(String aTargetXPath,
String aNewRelativeXPath,
String aOptionalValue)
Builds and appends a chain of elements to a location or locations within this |
IXDAIterator |
IXDA.iterator(String aTargetXPath)
Return an iterator over all elements match the xpath in this |
boolean |
IXPathResult.isTrue()
|
IXPathResult |
IXDAReadOnly.eval(String aTargetXPath)
Evaluate the xpath against the document returning an IXPathResult |
boolean |
IXDAReadOnly.isTrue(String aTargetXPath)
Evaluate and xpath against the document returning a boolean result |
String |
IXDAReadOnly.getText(String aTargetXPath,
boolean aTrim)
Return the text that is contained at the element located using an XPath |
IXDAReadOnlyIterator |
IXDAReadOnly.readOnlyIterator(String aTargetXPath)
Return an iterator over all elements that match the an XPath |
void |
IXDAReadOnly.serialize(Writer aWriter,
String aTargetXPath,
boolean indent)
Serialize part of the document |
Node |
DOMXDA.getSingleNode(String aXpath)
Returns the one and only node from an Xpath query. |
Node |
DOMXDA.getSingleNode(NodeList aNodeList)
Returns a the one and only node from a NodeList. |
NodeList |
DOMXDA.getNodeList(String aXPath)
Evaluates the given XPath expression on the current document and returns a NodeList. |
List |
DOMXDA.getNodesFor(String aXPath)
|
Document |
DOMXDA.getFragment(String aXPath)
Returns the document fragment located by an unambiguous XPath |
Map |
DOMXDA.getMap(String aTargetXPath,
boolean aTrim)
Returns |
void |
DOMXDA.append(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.appendPath(String aTargetXPath,
String aNewRelativeXPath,
String aOptionalValue)
|
void |
DOMXDA.applyNS(String aTargetXPath,
String prefix,
String uri)
|
void |
DOMXDA.declareNS(String aTargetXPath,
String prefix,
String uri)
|
void |
DOMXDA.delete(String aTargetXPath)
|
IXPathResult |
DOMXDA.eval(String aTargetXPath)
|
String |
DOMXDA.getText(String aTargetXPath,
boolean aTrim)
|
void |
DOMXDA.insertAfter(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.insertBefore(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
boolean |
DOMXDA.isTrue(String aTargetXPath)
|
IXDAIterator |
DOMXDA.iterator(String aTargetXPath)
|
IXDAReadOnlyIterator |
DOMXDA.readOnlyIterator(String aTargetXPath)
|
void |
DOMXDA.move(String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.removeNS(String aTargetXPath,
String prefix)
|
void |
DOMXDA.rename(String aTargetXPath,
String name)
|
void |
DOMXDA.replace(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.replaceByText(String aTargetXPath,
String aText)
|
void |
DOMXDA.setText(String aTargetXPath,
String aText)
|
void |
DOMXDA.serialize(Writer aWriter,
String aTargetXPath,
boolean indent)
|
|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |