|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IXDAReadOnly | |
org.ten60.netkernel.xml.representation | |
org.ten60.netkernel.xml.util | |
org.ten60.netkernel.xml.xda |
Uses of IXDAReadOnly in org.ten60.netkernel.xml.representation |
Methods in org.ten60.netkernel.xml.representation that return IXDAReadOnly | |
IXDAReadOnly |
IAspectXDA.getXDA()
|
IXDAReadOnly |
DOMXDAAspect.getXDA()
|
Uses of IXDAReadOnly in org.ten60.netkernel.xml.util |
Constructors in org.ten60.netkernel.xml.util with parameters of type IXDAReadOnly | |
XMLToProperties(IXDAReadOnly aDoc)
|
Uses of IXDAReadOnly in org.ten60.netkernel.xml.xda |
Subinterfaces of IXDAReadOnly in org.ten60.netkernel.xml.xda | |
interface |
IXDA
Xpath Document API |
interface |
IXDAIterator
An IXDA that can move over a set of context nodes with in document |
interface |
IXDAReadOnlyIterator
An IXDA that can move over a set of context nodes with in document |
Classes in org.ten60.netkernel.xml.xda that implement IXDAReadOnly | |
class |
DOMXDA
Implementation of IXDA, IXDAIterator, IXDAReadOnly and IXDAReadOnlyIterator using DOM |
Methods in org.ten60.netkernel.xml.xda with parameters of type IXDAReadOnly | |
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.replace(IXDAReadOnly aSource,
String aSourceXPath,
String aTargetXPath)
Replace fragments of this with fragments from source at specified location or locations |
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 |