public static class DOMDocumentTree.DropCompletedInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList |
children
Nodes to be appended.
|
protected Node |
parent
Parent node.
|
protected Node |
sibling
Next sibling node.
|
| Constructor and Description |
|---|
DropCompletedInfo(Node parent,
Node sibling,
ArrayList children) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getChildren()
Gets the children.
|
Node |
getParent()
Getter for the parent.
|
Node |
getSibling()
Getter for the sibling.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.