|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuxparser.XContent
public abstract class XContent
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 |
---|
public XContent()
Method Detail |
---|
public final XElem parent()
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public abstract void write(XWriter out)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |