Package nu.staldal.xmlutil

Misc XML related utility classes.

See:
          Description

Class Summary
ContentHandlerAdapter An adapter to convert from SAX1 DocumentHandler to SAX2 ContentHandler.
ContentHandlerFixer A filter to add missing qName parameters to SAX2 ContentHandler events for elements and attributes.
ContentHandlerSnooper A filter to print messages to a PrintWriter for the events of a SAX2 ContentHandler.
DocumentHandlerAdapter An adapter to convert from SAX2 ContentHandler to SAX1 DocumentHandler.
XMLReaderImpl Helper class to implement the SAX2 interface XMLReader.
 

Package nu.staldal.xmlutil Description

Misc XML related utility classes.