|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessorException | |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
Uses of ProcessorException in org.apache.trax |
Methods in org.apache.trax that throw ProcessorException | |
abstract Templates |
Processor.process(InputSource source)
Process the source into a templates object. |
abstract Templates |
Processor.processFromNode(Node node)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
abstract Templates |
Processor.processFromNode(Node node,
java.lang.String systemID)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
abstract Templates |
Processor.processMultiple(InputSource[] source)
Process a series of inputs, treating them in import or cascade order. |
abstract InputSource[] |
Processor.getAssociatedStylesheets(InputSource source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get InputSource specification(s) that are associated with the given document specified in the source param, via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/), and that matches the given criteria. |
abstract TemplatesBuilder |
Processor.getTemplatesBuilder()
Get a TemplatesBuilder object that can process SAX events into a Templates object, if the processor supports the "http://xml.org/trax/features/sax/input" feature. |
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/). |
Uses of ProcessorException in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that throw ProcessorException | |
Templates |
StylesheetProcessor.process(InputSource source)
Process the source into a templates object. |
Templates |
StylesheetProcessor.processFromNode(Node node)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
Templates |
StylesheetProcessor.processFromNode(Node node,
java.lang.String systemID)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
Templates |
StylesheetProcessor.processMultiple(InputSource[] source)
Process a series of inputs, treating them in import or cascade order. |
InputSource[] |
StylesheetProcessor.getAssociatedStylesheets(InputSource source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get InputSource specification(s) that are associated with the given document specified in the source param, via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/), and that matches the given criteria. |
TemplatesBuilder |
StylesheetProcessor.getTemplatesBuilder()
Get a TemplatesBuilder object that can process SAX events into a Templates object, if the processor supports the "http://xml.org/trax/features/sax/input" feature. |
TemplatesBuilder |
CompilingStylesheetProcessor.getTemplatesBuilder()
Get a TemplatesBuilder object that can process SAX events into a Templates object, if the processor supports the "http://xml.org/trax/features/sax/input" feature. |
Constructors in org.apache.xalan.processor that throw ProcessorException | |
StylesheetHandler.StylesheetHandler(StylesheetProcessor processor)
**For advanced use only** Create a StylesheetHandler object, creating a root stylesheet as the target. |
|
CompilingStylesheetHandler.CompilingStylesheetHandler(StylesheetProcessor processor)
**For advanced use only** Create a StylesheetHandler object, creating a root stylesheet as the target. |
Uses of ProcessorException in org.apache.xalan.templates |
Constructors in org.apache.xalan.templates that throw ProcessorException | |
StylesheetRoot.StylesheetRoot()
Uses an XSL stylesheet document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |