Package org.eigenbase.xom
Class CdataDef
java.lang.Object
org.eigenbase.xom.TextDef
org.eigenbase.xom.CdataDef
- All Implemented Interfaces:
NodeDef
A
CdataDef
represents a CDATA element. It allows an
<Any>
element to have mixed children.- Since:
- 3 October, 2001
- Version:
- $Id: //open/util/resgen/src/org/eigenbase/xom/CdataDef.java#3 $
- Author:
- jhyde
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
CdataDef
public CdataDef() -
CdataDef
-
CdataDef
- Throws:
XOMException
-
-
Method Details
-
getType
public int getType()Description copied from interface:NodeDef
Returns the type of this element. Values are as forDOMWrapper.getType()
. -
displayXML
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
-