Class XMLComment

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

    public class XMLComment
    extends XMLCharacterData
    implements org.w3c.dom.Comment
    • Constructor Detail

      • XMLComment

        public XMLComment()
      • XMLComment

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

      • getNodeType

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

        public java.lang.String getTextContent()
                                        throws org.w3c.dom.DOMException
        Specified by:
        getTextContent in interface org.w3c.dom.Node
        Throws:
        org.w3c.dom.DOMException