|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessorFactoryException | |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
Uses of ProcessorFactoryException in org.apache.trax |
Methods in org.apache.trax that throw ProcessorFactoryException | |
static Processor |
Processor.newInstance(java.lang.String type)
Obtain a new instance of a Processor object. |
static void |
Examples.main(java.lang.String[] argv)
|
static void |
Examples.exampleSimple(java.lang.String sourceID,
java.lang.String xslID)
Show the simplest possible transformation from system id to output stream. |
static void |
Examples.exampleParam(java.lang.String sourceID,
java.lang.String xslID)
This shows how to set a parameter for use by the templates. |
static void |
Examples.exampleOutputFormat(java.lang.String sourceID,
java.lang.String xslID)
Show how to override output properties. |
static void |
Examples.exampleUseAssociated()
Show how to get stylesheets that are associated with a given xml document via the xml-stylesheet PI (see http://www.w3.org/TR/xml-stylesheet/). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |