Class ElementScope


  • public final class ElementScope
    extends java.lang.Object
    Simple container of information about an open element (one for which start tag has been seen, but not yet end; or, for empty tags, START_ELEMENT has been returned but END_ELEMENT not yet)
    • Method Detail

      • getName

        public PName getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object