Package org.htmlunit.cyberneko
Interface HTMLTagBalancingListener
-
public interface HTMLTagBalancingListenerEXPERIMENTAL: may change in next release
XMLDocumentHandlerimplementing this interface will get notified of elements discarded by the tag balancer when they:- are configured using
HTMLConfiguration - activate the tag balancing feature
- Author:
- Marc Guillemot
- are configured using
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidignoredEndElement(QName element, Augmentations augs)voidignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
-
-
-
Method Detail
-
ignoredStartElement
void ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
-
ignoredEndElement
void ignoredEndElement(QName element, Augmentations augs)
-
-