Package org.htmlunit.cyberneko
Class HTMLTagBalancer.ElementEntry
- java.lang.Object
-
- org.htmlunit.cyberneko.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 (package private) Augmentations
augs_
(package private) QName
name_
-
Constructor Summary
Constructors Constructor Description ElementEntry(QName element, Augmentations augs)
-
-
-
Field Detail
-
name_
final QName name_
-
augs_
final Augmentations augs_
-
-
Constructor Detail
-
ElementEntry
ElementEntry(QName element, Augmentations augs)
-
-