public static class DOMDocumentTree.TransferData extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList |
nodeList
The nodes to transfer.
|
Constructor and Description |
---|
TransferData(ArrayList nodeList)
Creates the TransferData.
|
Modifier and Type | Method and Description |
---|---|
ArrayList |
getNodeList()
Gets the nodeList.
|
String |
getNodesAsXML()
Gets the concatenated string representation of the nodes in the node
list.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.