|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IHasParserHandler | A content handler that has a parser assigned to it. |
| ITaggedBlockTaskHandler | A task to be run when entering and exiting a tagged block. |
| ITaggedHandler<T> | A handler that is designed to process a block of XML designated with a particular tag. |
| Class Summary | |
|---|---|
| CDataHandler | A handler that transforms CDATA into a String. |
| LazyForwardingHandler<T> | A handler that does not instantiate its backing handler until the backing handler is actually needed. |
| ListHandler<T> | A mapped handler that specifically handles lists of elements. |
| MappedHandler<T> | A handler which processes tags internal to its tagged block by assigning handlers to qNames. |
| NullErrorHandler | An error handler that does nothing. |
| TaggedBlockTaskHandlerAdapter | A default implementation of the ITaggedBlockTaskHandler interface, that does nothing. |
Provides a general handler framework that eases writing SAX-based XML parsers
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||