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
- are configured using
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ignoredEndElement(QName element, Augmentations augs)
void
ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
-
-
-
Method Detail
-
ignoredStartElement
void ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
-
ignoredEndElement
void ignoredEndElement(QName element, Augmentations augs)
-
-