org.apache.batik.apps.svgbrowser
public static class DOMDocumentTree.TransferData extends Object
Field Summary | |
---|---|
protected ArrayList | nodeList
The nodes to transfer. |
Constructor Summary | |
---|---|
TransferData(ArrayList nodeList)
Creates the TransferData.
|
Method Summary | |
---|---|
ArrayList | getNodeList()
Gets the nodeList.
|
String | getNodesAsXML()
Gets the concatenated string representation of the nodes in the node
list. |
Parameters: nodeList the nodeList
Returns: the nodeList