xml
Class XMLNode

java.lang.Object
  extended by xml.XMLNode
Direct Known Subclasses:
XMLElement, XMLText

public abstract class XMLNode
extends java.lang.Object

Author:
puginca

Constructor Summary
XMLNode()
           
 
Method Summary
abstract  XMLElement getFather()
           
abstract  void setFather(XMLElement f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNode

public XMLNode()
Method Detail

setFather

public abstract void setFather(XMLElement f)

getFather

public abstract XMLElement getFather()