Uses of Interface
org.objectweb.jorm.mi2xml.api.Writer

Packages that use Writer
org.objectweb.jorm.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mi2xml.lib   
 

Uses of Writer in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return Writer
 Writer JormConfigurator.getWriter()
          Gets the BasicDomWriter object.
 

Uses of Writer in org.objectweb.jorm.compiler.lib
 

Fields in org.objectweb.jorm.compiler.lib declared as Writer
protected  Writer JormCompiler.writer
          domWriter is a DomWriter object that generates .pd files from org.w3c.dom.Document objects representing Class and CompositeName objects.
 

Uses of Writer in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib that return Writer
 Writer JormConfiguratorImpl.getWriter()
          Gets the BasicDomWriter object.
 

Uses of Writer in org.objectweb.jorm.mi2xml.lib
 

Classes in org.objectweb.jorm.mi2xml.lib that implement Writer
 class BasicDomWriter
          BasicDomWriter implements the Writer interface.