|
GXPARSE hosted by |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void skippedEntity(T parser,
String name)
throws ListenerException,
IOException
Receive notification of a skipped entity.
parser - The Parser that invoked this methodname - 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]".
ListenerException
IOException
|
GXPARSE download | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||