org.objectweb.asm.xml
Interface Processor.ContentHandlerFactory

All Known Implementing Classes:
Processor.ASMContentHandlerFactory, Processor.SAXWriterFactory, Processor.SubdocumentHandlerFactory, Processor.TransformerHandlerFactory
Enclosing class:
Processor

private static interface Processor.ContentHandlerFactory

A ContentHandlerFactory is used to create ContentHandler instances for concrete context.


Method Summary
 org.xml.sax.ContentHandler createContentHandler()
          Creates an instance of the content handler.
 

Method Detail

createContentHandler

org.xml.sax.ContentHandler createContentHandler()
Creates an instance of the content handler.

Returns:
content handler