Package org.eigenbase.xom
Class CdataDef
- java.lang.Object
-
- org.eigenbase.xom.TextDef
-
- org.eigenbase.xom.CdataDef
-
-
Constructor Summary
Constructors Constructor Description CdataDef()
CdataDef(java.lang.String s)
CdataDef(DOMWrapper _def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
CdataDef
public CdataDef()
-
CdataDef
public CdataDef(java.lang.String s)
-
CdataDef
public CdataDef(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
-
Method Detail
-
getType
public int getType()
Description copied from interface:NodeDef
Returns the type of this element. Values are as forDOMWrapper.getType()
.
-
displayXML
public void displayXML(XMLOutput out, int indent)
Description copied from interface:NodeDef
Outputs this element definition in XML to any XMLOutput.- Specified by:
displayXML
in interfaceNodeDef
- Overrides:
displayXML
in classTextDef
- Parameters:
out
- the XMLOutput class to display the XML
-
-