Package org.htmlunit.cyberneko
Class LostText.Entry
- java.lang.Object
-
- org.htmlunit.cyberneko.LostText.Entry
-
- Enclosing class:
- LostText
private static final class LostText.Entry extends java.lang.Object
Pair of (text, augmentation)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Augmentations
augs_
(package private) XMLString
text_
-
Constructor Summary
Constructors Constructor Description Entry(XMLString text, Augmentations augs)
-
-
-
Field Detail
-
text_
final XMLString text_
-
augs_
final Augmentations augs_
-
-
Constructor Detail
-
Entry
Entry(XMLString text, Augmentations augs)
-
-