Uses of Class
de.infinityloop.util.Pair

Packages that use Pair
de.infinityloop.util.markup   
 

Uses of Pair in de.infinityloop.util.markup
 

Methods in de.infinityloop.util.markup with parameters of type Pair
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)
          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.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 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.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 void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, org.w3c.dom.Document inTree, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.
static void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, org.w3c.dom.Document inTree, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.
static void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, java.io.InputStream is, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.
static void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, java.io.InputStream is, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.
static void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, java.io.Reader rd, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.
static void XMLTools.parseSAX(org.xml.sax.helpers.DefaultHandler handler, java.io.Reader rd, java.lang.String systemIdentifier, Pair[] features, Pair[] properties)
          Parses as above, with features and properties to be set as parameter.