|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eigenbase.xom.TextDef
org.eigenbase.xom.CdataDef
public class CdataDef
A CdataDef
represents a CDATA element. It allows an
<Any>
element to have mixed children.
Field Summary |
---|
Fields inherited from class org.eigenbase.xom.TextDef |
---|
asIs, s |
Constructor Summary | |
---|---|
CdataDef()
|
|
CdataDef(DOMWrapper _def)
|
|
CdataDef(java.lang.String s)
|
Method Summary | |
---|---|
void |
displayXML(XMLOutput out,
int indent)
Outputs this element definition in XML to any XMLOutput. |
int |
getType()
Returns the type of this element. |
Methods inherited from class org.eigenbase.xom.TextDef |
---|
display, getChildren, getLocation, getName, getText, getWrapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CdataDef()
public CdataDef(java.lang.String s)
public CdataDef(DOMWrapper _def) throws XOMException
XOMException
Method Detail |
---|
public int getType()
NodeDef
DOMWrapper.getType()
.
getType
in interface NodeDef
getType
in class TextDef
public void displayXML(XMLOutput out, int indent)
NodeDef
displayXML
in interface NodeDef
displayXML
in class TextDef
out
- the XMLOutput class to display the XML
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |