public static class DOMDocumentTree.TransferData
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.ArrayList |
nodeList |
The nodes to transfer.
|
| Constructor | Description |
|---|---|
TransferData(java.util.ArrayList nodeList) |
Creates the TransferData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList |
getNodeList() |
Gets the nodeList.
|
java.lang.String |
getNodesAsXML() |
Gets the concatenated string representation of the nodes in the node
list.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.