|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XDOIncompatibilityException | |
org.ten60.netkernel.xml.xda |
Uses of XDOIncompatibilityException in org.ten60.netkernel.xml.xda |
Methods in org.ten60.netkernel.xml.xda that throw XDOIncompatibilityException | |
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 |
void |
DOMXDA.append(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.insertAfter(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.insertBefore(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
void |
DOMXDA.replace(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
|
|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |