Class XMLNotation

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

    public class XMLNotation
    extends XMLNode
    implements org.w3c.dom.Notation
    • Constructor Detail

      • XMLNotation

        public XMLNotation​(java.lang.String name,
                           java.lang.String value)
      • XMLNotation

        public XMLNotation​(java.lang.String name)
      • XMLNotation

        public XMLNotation()
    • 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
      • getPublicId

        public java.lang.String getPublicId()
        Specified by:
        getPublicId in interface org.w3c.dom.Notation
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface org.w3c.dom.Notation