Class DelegatingNotation

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

    public class DelegatingNotation
    extends DelegatingNode
    implements org.w3c.dom.Notation
    • Constructor Detail

      • DelegatingNotation

        protected DelegatingNotation​(org.w3c.dom.Notation base,
                                     DelegatingDocument doc)
    • Method Detail

      • 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