Package edu.mit.jverbnet.util.parse

Provides a general handler framework that eases writing SAX-based XML parsers

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.
 

Package edu.mit.jverbnet.util.parse Description

Provides a general handler framework that eases writing SAX-based XML parsers



Copyright © 2012 ${project.organization.name}. All Rights Reserved.