public static class DOMDocumentTree.DropCompletedInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.ArrayList |
children |
Nodes to be appended.
|
protected org.w3c.dom.Node |
parent |
Parent node.
|
protected org.w3c.dom.Node |
sibling |
Next sibling node.
|
| Constructor | Description |
|---|---|
DropCompletedInfo(org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
java.util.ArrayList children) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList |
getChildren() |
Gets the children.
|
org.w3c.dom.Node |
getParent() |
Getter for the parent.
|
org.w3c.dom.Node |
getSibling() |
Getter for the sibling.
|
protected org.w3c.dom.Node parent
protected java.util.ArrayList children
protected org.w3c.dom.Node sibling
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.