uxparser
Class XContent

java.lang.Object
  extended by uxparser.XContent
Direct Known Subclasses:
XElem, XText

public abstract class XContent
extends java.lang.Object

XContent is the super class of the various element content classes.


Constructor Summary
XContent()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          XContent equality is defined by the == operator.
 XElem parent()
          Get the parent element or null if not currently parented.
abstract  void write(XWriter out)
          Write to the XWriter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XContent

public XContent()
Method Detail

parent

public final XElem parent()
Get the parent element or null if not currently parented.


equals

public final boolean equals(java.lang.Object obj)
XContent equality is defined by the == operator.

Overrides:
equals in class java.lang.Object

write

public abstract void write(XWriter out)
Write to the XWriter.