Package net.sourceforge.saxadapter

Interface Summary
NamespaceContext This interface provides access to namespace information during a parse.
SAXTagHandler This interface represents a callback for XML element begin and end events during SAX parsing of an XML document.
 

Class Summary
HandlerPacket This is a utility class that holds tag handlers and keeps track of their state
NamespaceDecl This is a utility class used to store namespace decelarations that occur so that they can be processed when the startElement callback occurs
PipelineBase This utility class is an XMLFilterImpl that can function both as a producer and a consumer because it forwards all events to any registered handlers.
SAXAdapter This utility allows handlers to register and then parses an XML input source using the SAX2 spec and calls the appropriate callbacks on registered handlers.
XMLUtil This utility class defines useful XML String constants and provides a uniform implementation of concatNames used by the SAXAdapter.