java.lang.Objectjavax.baja.xml.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)
public abstract void write(XWriter out)
Copyright © 2000-2016 Tridium Inc. All rights reserved.