Package org.apache.batik.apps.svgbrowser
Class DOMDocumentTree.DropCompletedInfo
java.lang.Object
org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
- Enclosing class:
- DOMDocumentTree
Contains the info for the 'dropCompleted' Event.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the children.Getter for the parent.Getter for the sibling.
-
Field Details
-
parent
Parent node. -
children
Nodes to be appended. -
sibling
Next sibling node.
-
-
Constructor Details
-
DropCompletedInfo
- Parameters:
parent
- Parent nodechildren
- Nodes to be appended
-
-
Method Details
-
getChildren
Gets the children.- Returns:
- the children
-
getParent
Getter for the parent.- Returns:
- the parent
-
getSibling
Getter for the sibling.- Returns:
- the sibling
-