|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.wsinfra.util.XmlContentTransfer
public class XmlContentTransfer
This is a utility class which performs several functions related to the transfer of XmlContent between elements.
Method Summary | |
---|---|
void |
copyFromSourceToDestination(XmlCursor sourceCursor,
XmlCursor destinationCursor)
This method performs a copy of the XmlContents from the source to the destination cursor. |
void |
copyFromSourceToDestination(XmlObject source,
XmlCursor destinationCursor)
Copy the Xml Contents from the source to the destination. |
void |
copyFromSourceToDestination(XmlObject source,
XmlObject destination)
Copy the Xml Contents from the source to the destination. |
void |
copyFromSourceToDestinationAsFirstChild(XmlObject sourceObject,
XmlObject destinationObject)
This method copies the contents of the destination object as the first child within the source object. |
void |
copyFromSourceToDestinationAsLastChild(XmlObject sourceObject,
XmlObject destinationObject)
This method copies the contents of the destination object as the last child within the source object. |
static XmlContentTransfer |
getInstance()
Get instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XmlContentTransfer getInstance()
public void copyFromSourceToDestination(XmlObject source, XmlObject destination)
public void copyFromSourceToDestination(XmlObject source, XmlCursor destinationCursor)
public void copyFromSourceToDestination(XmlCursor sourceCursor, XmlCursor destinationCursor)
public void copyFromSourceToDestinationAsLastChild(XmlObject sourceObject, XmlObject destinationObject)
public void copyFromSourceToDestinationAsFirstChild(XmlObject sourceObject, XmlObject destinationObject)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |