Package org.apache.batik.apps.svgbrowser
Class DOMDocumentTree.TransferData
java.lang.Object
org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferData
- Enclosing class:
DOMDocumentTree
The data being transfered on dnd.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the nodeList.Gets the concatenated string representation of the nodes in the node list.
-
Field Details
-
nodeList
The nodes to transfer.
-
-
Constructor Details
-
TransferData
Creates the TransferData.- Parameters:
nodeList
- the nodeList
-
-
Method Details
-
getNodeList
Gets the nodeList.- Returns:
- the nodeList
-
getNodesAsXML
Gets the concatenated string representation of the nodes in the node list. (To support string data flavor)
-