org.apache.batik.apps.svgbrowser
public static class DOMDocumentTree.DropCompletedInfo extends Object
| Field Summary | |
|---|---|
| protected ArrayList | children
Nodes to be appended. |
| protected Node | parent
Parent node. |
| protected Node | sibling
Next sibling node. |
| Constructor Summary | |
|---|---|
| DropCompletedInfo(Node parent, Node sibling, ArrayList children) | |
| Method Summary | |
|---|---|
| ArrayList | getChildren()
Gets the children.
|
| Node | getParent()
Getter for the parent.
|
| Node | getSibling()
Getter for the sibling.
|
Parameters: parent Parent node children Nodes to be appended
Returns: the children
Returns: the parent
Returns: the sibling