Class HTMLTagBalancer.ElementEntry

java.lang.Object
org.cyberneko.html.HTMLTagBalancer.ElementEntry
Enclosing class:
HTMLTagBalancer

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

    • name_

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

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

    • ElementEntry

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