org.cyberneko.html
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:

Version:
$Id: HTMLTagBalancingListener.java 260 2009-09-02 08:26:01Z mguillem $
Author:
Marc Guillemot

Method Summary
 void ignoredEndElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs)
          Notifies that the end element has been ignored.
 void ignoredStartElement(org.apache.xerces.xni.QName elem, org.apache.xerces.xni.XMLAttributes attrs, org.apache.xerces.xni.Augmentations augs)
          Notifies that the start element has been ignored.
 

Method Detail

ignoredStartElement

void ignoredStartElement(org.apache.xerces.xni.QName elem,
                         org.apache.xerces.xni.XMLAttributes attrs,
                         org.apache.xerces.xni.Augmentations augs)
Notifies that the start element has been ignored.


ignoredEndElement

void ignoredEndElement(org.apache.xerces.xni.QName element,
                       org.apache.xerces.xni.Augmentations augs)
Notifies that the end element has been ignored.



(C) Copyright 2002-2010, Andy Clark, Marc Guillemot. All rights reserved.