org.objectweb.asm.xml
Class Processor.ASMContentHandlerFactory

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

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

ASMContentHandlerFactory


Field Summary
private  boolean computeMax
           
private  java.io.OutputStream os
           
 
Constructor Summary
Processor.ASMContentHandlerFactory(java.io.OutputStream os, boolean computeMax)
           
 
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

os

private java.io.OutputStream os

computeMax

private boolean computeMax
Constructor Detail

Processor.ASMContentHandlerFactory

public Processor.ASMContentHandlerFactory(java.io.OutputStream os,
                                          boolean computeMax)
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