Class CdataDef

  • All Implemented Interfaces:
    NodeDef

    public class CdataDef
    extends TextDef
    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
    • Method Detail

      • 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 interface NodeDef
        Overrides:
        displayXML in class TextDef
        Parameters:
        out - the XMLOutput class to display the XML