GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Interface SkippedEntityListener<T extends Parser>

All Known Subinterfaces:
Listener<T>
All Known Implementing Classes:
AbstractErrorListener, AbstractListener, CoroutineCheckListener, DumpListener, SkipListener

public interface SkippedEntityListener<T extends Parser>

Skipped entity listener interface for XML processing applications that are driven by an XML push Parser.


Method Summary
 void skippedEntity(T parser, String name)
           Receive notification of a skipped entity.
 

Method Detail

skippedEntity

void skippedEntity(T parser,
                   String name)
                   throws ListenerException,
                          IOException

Receive notification of a skipped entity.

Parameters:
parser - The Parser that invoked this method
name - The name of the skipped entity. If it is a parameter entity, the name will begin with '%', and if it is the external DTD subset, it will be the string "[dtd]".
Throws:
ListenerException
IOException

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License