Class CDataSectionImpl

  • All Implemented Interfaces:
    ModelNode, ScriptableDelegate, org.w3c.dom.CDATASection, org.w3c.dom.CharacterData, org.w3c.dom.Node, org.w3c.dom.Text

    public class CDataSectionImpl
    extends TextImpl
    implements org.w3c.dom.CDATASection
    • Constructor Detail

      • CDataSectionImpl

        public CDataSectionImpl()
      • CDataSectionImpl

        public CDataSectionImpl​(java.lang.String text)
    • Method Detail

      • getNodeName

        public java.lang.String getNodeName()
        Specified by:
        getNodeName in interface org.w3c.dom.Node
        Overrides:
        getNodeName in class TextImpl
      • getNodeType

        public short getNodeType()
        Specified by:
        getNodeType in interface org.w3c.dom.Node
        Overrides:
        getNodeType in class TextImpl