Interface HTMLTagBalancingListener
public interface HTMLTagBalancingListener
EXPERIMENTAL: may change in next release
XMLDocumentHandler implementing this interface will get notified of elements discarded
by the tag balancer when they:
- are configured using
HTMLConfiguration - activate the tag balancing feature
-
Method Summary
Modifier and TypeMethodDescriptionvoidignoredEndElement(QName element, Augmentations augs) voidignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
-
Method Details
-
ignoredStartElement
-
ignoredEndElement
-