Package org.htmlunit.cyberneko
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 TypeMethodDescriptionvoid
ignoredEndElement
(QName element, Augmentations augs) void
ignoredStartElement
(QName elem, XMLAttributes attrs, Augmentations augs)
-
Method Details
-
ignoredStartElement
-
ignoredEndElement
-