public interface HTMLTagBalancingListener
XMLDocumentHandler implementing this interface will get notified of elements discarded
by the tag balancer when they:
HTMLConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
ignoredEndElement(QName element,
Augmentations augs) |
void |
ignoredStartElement(QName elem,
XMLAttributes attrs,
Augmentations augs) |
void ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
void ignoredEndElement(QName element, Augmentations augs)
Copyright © 2024 HtmlUnit. All rights reserved.