Package org.w3c.tidy

Class DOMCDATASectionImpl

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

    public class DOMCDATASectionImpl
    extends DOMTextImpl
    implements org.w3c.dom.CDATASection
    Tidy implementation of org.w3c.dom.CDATASection.
    Version:
    $Revision$ ($Author$)
    Author:
    Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
    • Constructor Detail

      • DOMCDATASectionImpl

        protected DOMCDATASectionImpl​(Node adaptee)
        Instantiates a new DOMCDATASectionImpl which wraps the given Node.
        Parameters:
        adaptee - wrapped node.
    • Method Detail

      • getNodeName

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

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