Uses of Class
de.infinityloop.util.inout.OutputProxy

Packages that use OutputProxy
de.infinityloop.upcast.exportfilters   
de.infinityloop.util.markup   
 

Uses of OutputProxy in de.infinityloop.upcast.exportfilters
 

Methods in de.infinityloop.upcast.exportfilters with parameters of type OutputProxy
 void ExportFilterBase.doExport(de.infinityloop.upcast.Converter parent, OutputProxy op)
          This method exports the whole document in the format as implemented by the export filter class.
 

Uses of OutputProxy in de.infinityloop.util.markup
 

Methods in de.infinityloop.util.markup with parameters of type OutputProxy
static void XMLTools.chainSAXONWithParamsCatalog(InputProxy inXML, OutputProxy outXML, java.util.Vector transformations, javax.xml.transform.ErrorListener myErrorListener, Pair[] features, Pair[] properties)
          chains several transformationsone one after another.
static void XMLTools.chainSAXONWithParamsCatalog(InputProxy inXML, OutputProxy outXML, java.util.Vector transformations, javax.xml.transform.ErrorListener myErrorListener, Pair[] features, Pair[] properties, java.lang.String intermediateDir)
          chains several transformationsone one after another.
static void XMLTools.chainXALANWithParamsCatalog(InputProxy inXML, OutputProxy outXML, java.util.Vector transformations, javax.xml.transform.ErrorListener myErrorListener)
          chains several transformationsone after another.
static int XMLTools.executeSAXONWithParamsCatalog(org.w3c.dom.Document inDOM, java.lang.String srcSystemID, InputProxy inXSL, OutputProxy outXML, java.util.Vector params, javax.xml.transform.ErrorListener myErrorListener)
          Runs Saxon with specified parameters for the stylesheet and the EntityResolver provided by the Catalog file system, and writes to a stream.
static int XMLTools.executeSAXONWithParamsCatalog(InputProxy inXML, InputProxy inXSL, OutputProxy outXML, java.util.Vector params, javax.xml.transform.ErrorListener myErrorListener)
          Runs Saxon with specified parameters for the stylesheet and the EntityResolver provided by the Catalog file system.
static int XMLTools.executeSAXONWithParamsCatalog(InputProxy inXML, InputProxy inXSL, OutputProxy outXML, java.util.Vector params, javax.xml.transform.ErrorListener myErrorListener, Pair[] features, Pair[] properties)
          Runs Saxon with specified parameters for the stylesheet and the EntityResolver provided by the Catalog file system.
static int XMLTools.executeXALAN(InputProxy inXML, InputProxy inXSL, OutputProxy outXML)
          Runs Xalan
static int XMLTools.executeXALANWithParams(InputProxy inXML, InputProxy inXSL, OutputProxy outXML, java.util.Vector params)
          Runs Xalan with specified parameters for the stylesheet.
static int XMLTools.executeXALANWithParamsCatalog(org.w3c.dom.Document inDOM, java.lang.String srcSystemID, InputProxy inXSL, OutputProxy outXML, java.util.Vector params, javax.xml.transform.ErrorListener myErrorListener)
          Runs Xalan with specified parameters for the stylesheet and the EntityResolver provided by the Catalog file system, and writes to a stream.
static int XMLTools.executeXALANWithParamsCatalog(InputProxy inXML, InputProxy inXSL, OutputProxy outXML, java.util.Vector params, javax.xml.transform.ErrorListener myErrorListener)
          Runs Xalan with specified parameters for the stylesheet and the EntityResolver provided by the Catalog file system.
static void XMLTools.serializeDOM(org.w3c.dom.Document src, OutputProxy dest)
          serializes a DOM tree to the specified OutputProxy.
static void XMLTools.serializeInternalDOM(org.w3c.dom.Document src, OutputProxy dest)
          serializes an internal upCast DOM tree to the specified OutputProxy.