Class HTMLTagBalancer.ElementEntry

  • Enclosing class:
    HTMLTagBalancer

    static class HTMLTagBalancer.ElementEntry
    extends java.lang.Object
    Structure to hold information about an element placed in buffer to be comsumed later
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.xerces.xni.Augmentations augs_  
      private org.apache.xerces.xni.QName name_  
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementEntry​(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name_

        private final org.apache.xerces.xni.QName name_
      • augs_

        private final org.apache.xerces.xni.Augmentations augs_
    • Constructor Detail

      • ElementEntry

        ElementEntry​(org.apache.xerces.xni.QName element,
                     org.apache.xerces.xni.Augmentations augs)