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 TypeMethodDescriptionvoiddisplayXML(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 Details
-
CdataDef
public CdataDef() -
CdataDef
-
CdataDef
- Throws:
XOMException
-
-
Method Details
-
getType
public int getType()Description copied from interface:NodeDefReturns the type of this element. Values are as forDOMWrapper.getType(). -
displayXML
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
-