Package org.apache.pivot.xml
Class Node
- java.lang.Object
-
- org.apache.pivot.xml.Node
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerList<NodeListener>getNodeListeners()ElementgetParent()protected voidsetParent(Element parent)Sets the parent element of the node.
-
-
-
Method Detail
-
getParent
public Element getParent()
- Returns:
- The parent element of the node.
-
setParent
protected void setParent(Element parent)
Sets the parent element of the node.- Parameters:
parent- New parent for this node.
-
getNodeListeners
public ListenerList<NodeListener> getNodeListeners()
- Returns:
- The node listener list.
-
-