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 org.w3c.dom.Node |
parent
Parent node.
|
protected org.w3c.dom.Node |
sibling
Next sibling node.
|
Constructor and Description |
---|
DropCompletedInfo(org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
java.util.ArrayList children) |
Modifier and Type | Method and 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 ? 2009 Apache Software Foundation. All Rights Reserved.