org.objectweb.asm.xml
Class Processor.SubdocumentHandlerFactory

java.lang.Object
  extended by org.objectweb.asm.xml.Processor.SubdocumentHandlerFactory
All Implemented Interfaces:
Processor.ContentHandlerFactory
Enclosing class:
Processor

private static final class Processor.SubdocumentHandlerFactory
extends java.lang.Object
implements Processor.ContentHandlerFactory

SubdocumentHandlerFactory


Field Summary
private  org.xml.sax.ContentHandler subdocumentHandler
           
 
Constructor Summary
Processor.SubdocumentHandlerFactory(org.xml.sax.ContentHandler subdocumentHandler)
           
 
Method Summary
 org.xml.sax.ContentHandler createContentHandler()
          Creates an instance of the content handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subdocumentHandler

private org.xml.sax.ContentHandler subdocumentHandler
Constructor Detail

Processor.SubdocumentHandlerFactory

public Processor.SubdocumentHandlerFactory(org.xml.sax.ContentHandler subdocumentHandler)
Method Detail

createContentHandler

public final org.xml.sax.ContentHandler createContentHandler()
Description copied from interface: Processor.ContentHandlerFactory
Creates an instance of the content handler.

Specified by:
createContentHandler in interface Processor.ContentHandlerFactory
Returns:
content handler