org.objectweb.asm.xml
Class Processor.SAXWriterFactory

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

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

SAXWriterFactory


Field Summary
private  boolean optimizeEmptyElements
           
private  java.io.Writer w
           
 
Constructor Summary
Processor.SAXWriterFactory(java.io.Writer w, boolean optimizeEmptyElements)
           
 
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

w

private java.io.Writer w

optimizeEmptyElements

private boolean optimizeEmptyElements
Constructor Detail

Processor.SAXWriterFactory

public Processor.SAXWriterFactory(java.io.Writer w,
                                  boolean optimizeEmptyElements)
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