|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.xml.Node
public abstract class Node
Abstract base class for XML nodes.
Constructor Summary | |
---|---|
Node()
|
Method Summary | |
---|---|
ListenerList<NodeListener> |
getNodeListeners()
Returns the node listener list. |
Element |
getParent()
Returns the parent element of the node. |
protected void |
setParent(Element parent)
Sets the parent element of the node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
Method Detail |
---|
public Element getParent()
protected void setParent(Element parent)
parent
- public ListenerList<NodeListener> getNodeListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |