Class AbstractComment

    • Constructor Detail

      • AbstractComment

        public AbstractComment()
    • Method Detail

      • getNodeName

        public java.lang.String getNodeName()
        DOM: Implements Node.getNodeName().
        Specified by:
        getNodeName in interface org.w3c.dom.Node
        Returns:
        "#comment".
      • getNodeType

        public short getNodeType()
        DOM: Implements Node.getNodeType().
        Specified by:
        getNodeType in interface org.w3c.dom.Node
        Returns:
        Node.COMMENT_NODE
      • getTextContent

        public java.lang.String getTextContent()
        DOM: Implements Node.getTextContent().
        Specified by:
        getTextContent in interface org.w3c.dom.Node
        Overrides:
        getTextContent in class AbstractNode