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 voiddisplayXML(XMLOutput out, int indent)Outputs this element definition in XML to any XMLOutput.intgetType()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:NodeDefReturns the type of this element. Values are as forDOMWrapper.getType().
-
displayXML
public void displayXML(XMLOutput out, int indent)
Description copied from interface:NodeDefOutputs this element definition in XML to any XMLOutput.- Specified by:
displayXMLin interfaceNodeDef- Overrides:
displayXMLin classTextDef- Parameters:
out- the XMLOutput class to display the XML
-
-