|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplatesBuilder | |
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). |
Uses of TemplatesBuilder in org.apache.trax |
Methods in org.apache.trax that return TemplatesBuilder | |
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. |
Uses of TemplatesBuilder in org.apache.xalan.processor |
Classes in org.apache.xalan.processor that implement TemplatesBuilder | |
class |
CompilingStylesheetHandler
**For advanced use only** Initializes and processes a stylesheet via SAX events. |
class |
StylesheetHandler
**For advanced use only** Initializes and processes a stylesheet via SAX events. |
Methods in org.apache.xalan.processor that return TemplatesBuilder | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |