Frames | No Frames |
Classes implementing javax.xml.transform.Source | |
class | Acts as an holder for a transformation Source in the form
of a stream of XML markup.
|
Classes implementing javax.xml.transform.Source | |
class | Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
|
Classes implementing javax.xml.transform.Source | |
class | Acts as an holder for SAX-style Source.
|
Methods with parameter type javax.xml.transform.Source | |
TransformerHandler | Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
|
XMLFilter | Create an XMLFilter that uses the given Source as the
transformation instructions.
|
InputSource | Attempt to obtain a SAX InputSource object from a TrAX Source
object.
|
Methods with parameter type javax.xml.transform.Source | |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, 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. |
Templates | Process the source into a Templates object, which is likely
a compiled representation of the source. |
Transformer | Process the source into a Transformer object. |
TransformerHandler | Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
|
XMLFilter | Create an XMLFilter that uses the given source as the
transformation instructions.
|
Methods with return type javax.xml.transform.Source | |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, 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. |
Methods with parameter type javax.xml.transform.Source | |
Source | TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria. |
Templates | Process the Source into a Templates object, which is a
a compiled representation of the source. |
Transformer | Process the Source into a Transformer object. |
void | Process the source tree to the output result.
|
Methods with return type javax.xml.transform.Source | |
Source | TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria. |
Source | URIResolver.resolve(String href, String base) Called by the processor when it encounters
an xsl:include, xsl:import, or document() function.
|
Methods with parameter type javax.xml.transform.Source | |
DTM | XPathContext.getDTM(Source source, boolean unique, DTMWSFilter wsfilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
int | Given a Source object, find the node associated with it.
|
int | Get the source tree from the input source.
|
XMLReader | This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|
int | Try to create a DOM source tree from the input source.
|
void | Put the source tree root node in the document cache.
|
Methods with return type javax.xml.transform.Source | |
Source | This will be called by the processor when it encounters
an xsl:include, xsl:import, or document() function.
|
Methods with parameter type javax.xml.transform.Source | |
DTM | DTMManagerDefault.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
XMLReader | This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|
Constructors with parameter type javax.xml.transform.Source | |
DTMDefaultBase.DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBase object using the default block size.
| |
DTMDefaultBase.DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBase object from a DOM node.
| |
DTMDefaultBaseIterators.DTMDefaultBaseIterators(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node.
| |
DTMDefaultBaseIterators.DTMDefaultBaseIterators(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBaseTraversers object from a DOM node.
| |
DTMDefaultBaseTraversers.DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node.
| |
DTMDefaultBaseTraversers.DTMDefaultBaseTraversers(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBaseTraversers object from a DOM node.
|
Methods with parameter type javax.xml.transform.Source | |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean buildIdIndex) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean buildIdIndex, boolean newNameTable) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean hasUserReader, int size, boolean buildIdIndex) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean hasUserReader, int size, boolean buildIdIndex, boolean newNameTable) Get an instance of a DTM, loaded with the content from the
specified source. |
Constructors with parameter type javax.xml.transform.Source | |
SAXImpl.SAXImpl(XSLTCDTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, boolean buildIdIndex) Construct a SAXImpl object using the default block size.
| |
SAXImpl.SAXImpl(XSLTCDTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean buildIdIndex, boolean newNameTable) Construct a SAXImpl object using the given block size.
|
Constructors with parameter type javax.xml.transform.Source | |
SAX2DTM.SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a SAX2DTM object using the default block size.
| |
SAX2DTM.SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a SAX2DTM object ready to be constructed from SAX2
ContentHandler events.
| |
SAX2DTM2.SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a SAX2DTM2 object using the default block size.
| |
SAX2DTM2.SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean buildIdIndex, boolean newNameTable) Construct a SAX2DTM2 object using the given block size.
| |
SAX2RTFDTM.SAX2RTFDTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBase object using the default block size.
|
Methods with return type javax.xml.transform.Source | |
Source | Return the last stylesheet found that match the constraints.
|
Classes implementing javax.xml.transform.Source | |
class |
Methods with parameter type javax.xml.transform.Source | |
Source | SmartTransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria. |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) javax.xml.transform.sax.TransformerFactory implementation.
|
InputSource | Creates a SAX2 InputSource object from a TrAX Source object
|
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.
|
Transformer | Create a Transformer object that from the input stylesheet
Uses the org.apache.xalan.processor.TransformerFactory.
|
Transformer | javax.xml.transform.sax.TransformerFactory implementation.
|
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 that uses the given source as the
transformation instructions. |
XMLFilter | javax.xml.transform.sax.SAXTransformerFactory implementation.
|
void | Implements JAXP's Transformer.transform()
|
Methods with return type javax.xml.transform.Source | |
Source | SmartTransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria. |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) javax.xml.transform.sax.TransformerFactory implementation.
|
Constructors with parameter type javax.xml.transform.Source | |
Create a new XSLTC-specific source from a JAXP Source
|
Methods with parameter type javax.xml.transform.Source | |
void | Set the input source for the source tree, which is needed if the
parse thread is not the main thread, in order for the parse
thread's run method to get to the input source.
|
void | Process the source tree to SAX parse events.
|
void | Process the source tree to SAX parse events.
|
void | Process the source tree to the output result.
|
void | Process the source tree to the output result.
|
void | Process the source tree to the output result.
|
Methods with parameter type javax.xml.transform.Source | |
DTM | DTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |