public static class DOMDocumentTree.DropCompletedInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.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,
java.util.ArrayList children) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
getChildren()
Gets the children.
|
Node |
getParent()
Getter for the parent.
|
Node |
getSibling()
Getter for the sibling.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.