|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputProxy | |
---|---|
de.infinityloop.util.markup | |
de.infinityloop.util.style |
Uses of InputProxy in de.infinityloop.util.markup |
---|
Methods in de.infinityloop.util.markup with parameters of type InputProxy | |
---|---|
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 org.w3c.dom.Document |
XMLTools.chainXALANWithParamsCatalog(InputProxy inXML,
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 org.w3c.dom.Document |
XMLTools.executeXALANWithParamsCatalog(org.w3c.dom.Document inDOM,
java.lang.String srcSystemID,
InputProxy inXSL,
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 returns a DOM Document tree. |
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 org.w3c.dom.Document |
XMLTools.executeXALANWithParamsCatalog(InputProxy inXML,
InputProxy inXSL,
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 returns a DOM Document tree. |
Uses of InputProxy in de.infinityloop.util.style |
---|
Methods in de.infinityloop.util.style with parameters of type InputProxy | |
---|---|
java.util.Stack |
CSS2Parser.parseStylesheet(InputProxy ip)
Parses a complete external stylesheet. |
Constructors in de.infinityloop.util.style with parameters of type InputProxy | |
---|---|
CSSPropertyDefaultUnits(InputProxy src)
Constructor creating an object that is based on an external description text file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |