Frames | No Frames |
Methods with parameter type javax.xml.transform.Templates | |
TransformerHandler | Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
|
XMLFilter | Create an XMLFilter, based on the Templates argument..
|
Methods with return type javax.xml.transform.Templates | |
Templates | When a TemplatesHandler object is used as a ContentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
|
Classes implementing javax.xml.transform.Templates | |
class |
Constructors with parameter type javax.xml.transform.Templates | |
Methods with parameter type javax.xml.transform.Templates | |
TransformerHandler | Get a TransformerHandler object that can process SAX ContentHandler
events based on a transformer specified by the stylesheet Source.
|
TransformerHandler | javax.xml.transform.sax.SAXTransformerFactory implementation.
|
XMLFilter | Create an XMLFilter, based on the Templates argument..
|
XMLFilter | javax.xml.transform.sax.SAXTransformerFactory implementation.
|
Methods with return type javax.xml.transform.Templates | |
Templates | Implements javax.xml.transform.sax.TemplatesHandler.getTemplates()
When a TemplatesHandler object is used as a ContentHandler or
DocumentHandler for the parsing of transformation instructions, it
creates a Templates object, which the caller can get once the SAX
events have been completed.
|
Templates | Create a Templates object that from the input stylesheet
Uses the org.apache.xalan.xsltc.trax.TransformerFactory.
|
Templates | javax.xml.transform.sax.TransformerFactory implementation.
|
Methods with parameter type javax.xml.transform.Templates | |
TransformerHandler | Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
|
XMLFilter | Create an XMLFilter that uses the given source as the
transformation instructions.
|
Methods with return type javax.xml.transform.Templates | |
Templates | When this object is used as a ContentHandler or ContentHandler, it will
create a Templates object, which the caller can get once
the SAX events have been completed.
|
Templates | Process the source into a Templates object, which is likely
a compiled representation of the source. |
Templates |
Methods with parameter type javax.xml.transform.Templates | |
void |
Methods with return type javax.xml.transform.Templates | |
Templates |
Constructors with parameter type javax.xml.transform.Templates | |
Construct an empty XML filter, with no parent.
|
Methods with return type javax.xml.transform.Templates | |
Templates | Process the Source into a Templates object, which is a
a compiled representation of the source. |
Classes implementing javax.xml.transform.Templates | |
class | This class represents the root object of the stylesheet tree.
|