Class XMLCDATASection

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.CDATASection, org.w3c.dom.CharacterData, org.w3c.dom.Node, org.w3c.dom.Text

    public class XMLCDATASection
    extends XMLText
    implements org.w3c.dom.CDATASection
    • Constructor Detail

      • XMLCDATASection

        public XMLCDATASection()
      • XMLCDATASection

        public XMLCDATASection​(java.lang.String value)
    • Method Detail

      • getNodeType

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