|
Interface Summary |
| XmlAttrHandler |
An interface which classes much implement in order to have their
attributes handled. |
| XmlEndAttrHandler |
An object should implement this interface when it wishes to be
notified then the parser is done handling all of the attributes
for the associated tag. |
| XmlFilterHandler |
Before an objects XmlAttrHandler is called, this method will
be invoked with the tag which is holding the attribute, the name of
the attribute, and the value given for it. |
| XmlFullHandler |
A convenience interface for tags wishing to support the full
suite of XmlParser interfaces. |
| XmlTagEntryHandler |
Classes which wish to be notified when the parser has entered the
parsing of the tag should implement this interface. |
| XmlTagExitHandler |
Classes which wish to be notified when the parser has exited the
parsing of the tag should implement this interface. |
| XmlTagHandler |
The major interface which all objects wishing to use XmlParser must
implement. |
| XmlTextHandler |
|
| XmlUnAttrHandler |
This interface must be implemented for a class to handle
unknown attributes (i.e attributes not declared in the AttrHandler) |