|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
javax.xml.transform.dom | This package implements DOM-specific transformation APIs. |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
javax.xml.transform.stream | This package implements stream- and URI- specific transformation APIs. |
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.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.trax | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
Uses of Source in javax.xml.transform |
Methods in javax.xml.transform that return Source | |
Source |
URIResolver.resolve(java.lang.String href,
java.lang.String base)
Called by the processor when it encounters an xsl:include, xsl:import, or document() function. |
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.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. |
Methods in javax.xml.transform with parameters of type Source | |
abstract void |
Transformer.transform(Source xmlSource,
Result outputTarget)
Process the source tree to the output result. |
abstract Transformer |
TransformerFactory.newTransformer(Source source)
Process the Source into a Transformer object. |
abstract Templates |
TransformerFactory.newTemplates(Source source)
Process the Source into a Templates object, which is a a compiled representation of the source. |
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.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. |
Uses of Source in javax.xml.transform.dom |
Classes in javax.xml.transform.dom that implement Source | |
class |
DOMSource
Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. |
Uses of Source in javax.xml.transform.sax |
Classes in javax.xml.transform.sax that implement Source | |
class |
SAXSource
Acts as an holder for SAX-style Source. |
Methods in javax.xml.transform.sax with parameters of type Source | |
static InputSource |
SAXSource.sourceToInputSource(Source source)
Attempt to obtain a SAX InputSource object from a TrAX Source object. |
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler(Source src)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument. |
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source src)
Create an XMLFilter that uses the given Source as the transformation instructions. |
Uses of Source in javax.xml.transform.stream |
Classes in javax.xml.transform.stream that implement Source | |
class |
StreamSource
Acts as an holder for a transformation Source in the form of a stream of XML markup. |
Uses of Source in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that return Source | |
Source |
StylesheetPIHandler.getAssociatedStylesheet()
Return the last stylesheet found that match the constraints. |
Source |
TransformerFactoryImpl.getAssociatedStylesheet(Source 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. |
Methods in org.apache.xalan.processor with parameters of type Source | |
Source |
TransformerFactoryImpl.getAssociatedStylesheet(Source 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. |
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Source src)
Create an XMLFilter that uses the given source as the transformation instructions. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Source src)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument. |
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
Process the source into a Transformer object. |
Templates |
TransformerFactoryImpl.newTemplates(Source source)
Process the source into a Templates object, which is likely a compiled representation of the source. |
Uses of Source in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer with parameters of type Source | |
void |
TransformerImpl.transform(Source source)
Process the source tree to SAX parse events. |
void |
TransformerImpl.transform(Source source,
boolean shouldRelease)
Process the source tree to SAX parse events. |
void |
TransformerImpl.transform(Source xmlSource,
Result outputTarget)
Process the source tree to the output result. |
void |
TransformerImpl.transform(Source xmlSource,
Result outputTarget,
boolean shouldRelease)
Process the source tree to the output result. |
void |
TransformerImpl.setXMLSource(Source source)
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 |
TransformerIdentityImpl.transform(Source source,
Result outputTarget)
Process the source tree to the output result. |
Uses of Source in org.apache.xalan.xsltc.dom |
Methods in org.apache.xalan.xsltc.dom with parameters of type 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 hasUserReader,
int size,
boolean buildIdIndex)
Get an instance of a DTM, loaded with the content from the specified source. |
Constructors in org.apache.xalan.xsltc.dom with parameters of type 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)
Construct a SAXImpl object using the given block size. |
Uses of Source in org.apache.xalan.xsltc.trax |
Classes in org.apache.xalan.xsltc.trax that implement Source | |
class |
XSLTCSource
|
Methods in org.apache.xalan.xsltc.trax that return Source | |
Source |
SmartTransformerFactoryImpl.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
|
Source |
TransformerFactoryImpl.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
javax.xml.transform.sax.TransformerFactory implementation. |
Methods in org.apache.xalan.xsltc.trax with parameters of type Source | |
Source |
SmartTransformerFactoryImpl.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
|
Transformer |
SmartTransformerFactoryImpl.newTransformer(Source source)
Create a Transformer object that from the input stylesheet Uses the org.apache.xalan.processor.TransformerFactory. |
Templates |
SmartTransformerFactoryImpl.newTemplates(Source source)
Create a Templates object that from the input stylesheet Uses the org.apache.xalan.xsltc.trax.TransformerFactory. |
TransformerHandler |
SmartTransformerFactoryImpl.newTransformerHandler(Source src)
Get a TransformerHandler object that can process SAX ContentHandler events based on a transformer specified by the stylesheet Source. |
XMLFilter |
SmartTransformerFactoryImpl.newXMLFilter(Source src)
Create an XMLFilter that uses the given source as the transformation instructions. |
static InputSource |
Util.getInputSource(XSLTC xsltc,
Source source)
Creates a SAX2 InputSource object from a TrAX Source object |
Source |
TransformerFactoryImpl.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
javax.xml.transform.sax.TransformerFactory implementation. |
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
javax.xml.transform.sax.TransformerFactory implementation. |
Templates |
TransformerFactoryImpl.newTemplates(Source source)
javax.xml.transform.sax.TransformerFactory implementation. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Source src)
javax.xml.transform.sax.SAXTransformerFactory implementation. |
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Source src)
javax.xml.transform.sax.SAXTransformerFactory implementation. |
void |
TransformerImpl.transform(Source source,
Result result)
Implements JAXP's Transformer.transform() |
Uses of Source in org.apache.xml.dtm |
Methods in org.apache.xml.dtm with parameters of type Source | |
abstract 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. |
Uses of Source in org.apache.xml.dtm.ref |
Methods in org.apache.xml.dtm.ref with parameters of type 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 |
DTMManagerDefault.getXMLReader(Source inputSource)
This method returns the SAX2 parser to use with the InputSource obtained from this URI. |
Constructors in org.apache.xml.dtm.ref with parameters of type 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)
Construct a DTMDefaultBase 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)
Construct a DTMDefaultBaseTraversers 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)
Construct a DTMDefaultBaseTraversers object from a DOM node. |
Uses of Source in org.apache.xml.dtm.ref.sax2dtm |
Constructors in org.apache.xml.dtm.ref.sax2dtm with parameters of type 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)
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)
Construct a SAX2DTM2 object using the given block size. |
|
SAX2RTFDTM.SAX2RTFDTM(DTMManager mgr,
Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
|
Uses of Source in org.apache.xpath |
Methods in org.apache.xpath that return Source | |
Source |
SourceTreeManager.resolveURI(java.lang.String base,
java.lang.String urlString,
SourceLocator locator)
This will be called by the processor when it encounters an xsl:include, xsl:import, or document() function. |
Methods in org.apache.xpath with parameters of type Source | |
void |
SourceTreeManager.putDocumentInCache(int n,
Source source)
Put the source tree root node in the document cache. |
int |
SourceTreeManager.getNode(Source source)
Given a Source object, find the node associated with it. |
int |
SourceTreeManager.getSourceTree(Source source,
SourceLocator locator,
XPathContext xctxt)
Get the source tree from the input source. |
int |
SourceTreeManager.parseToNode(Source source,
SourceLocator locator,
XPathContext xctxt)
Try to create a DOM source tree from the input source. |
static XMLReader |
SourceTreeManager.getXMLReader(Source inputSource,
SourceLocator locator)
This method returns the SAX2 parser to use with the InputSource obtained from this URI. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |