Uses of Interface
javax.xml.transform.Source
| Package | Description |
|---|---|
| java.sql | |
| javax.xml.transform | |
| javax.xml.transform.dom | |
| javax.xml.transform.sax | |
| javax.xml.transform.stream | |
| javax.xml.validation | |
| 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.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| 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 java.sql
-
Uses of Source in javax.xml.transform
Methods in javax.xml.transform that return Source Modifier and Type Method Description abstract SourceTransformerFactory. getAssociatedStylesheet(Source source, String media, String title, String charset)Get the stylesheet specification(s) associated with the XMLSourcedocument via the xml-stylesheet processing instruction that match the given criteria.SourceURIResolver. resolve(String href, String base)Called by the processor when it encounters an xsl:include, xsl:import, or document() function.Methods in javax.xml.transform with parameters of type Source Modifier and Type Method Description abstract SourceTransformerFactory. getAssociatedStylesheet(Source source, String media, String title, String charset)Get the stylesheet specification(s) associated with the XMLSourcedocument via the xml-stylesheet processing instruction that match the given criteria.abstract TemplatesTransformerFactory. newTemplates(Source source)Process the Source into a Templates object, which is a a compiled representation of the source.abstract TransformerTransformerFactory. newTransformer(Source source)Process theSourceinto aTransformerObject.abstract voidTransformer. transform(Source xmlSource, Result outputTarget)Transform the XMLSourceto aResult. -
Uses of Source in javax.xml.transform.dom
Classes in javax.xml.transform.dom that implement Source Modifier and Type Class Description classDOMSourceActs 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 Modifier and Type Class Description classSAXSourceActs as an holder for SAX-style Source.Methods in javax.xml.transform.sax with parameters of type Source Modifier and Type Method Description abstract TransformerHandlerSAXTransformerFactory. 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 XMLFilterSAXTransformerFactory. newXMLFilter(Source src)Create an XMLFilter that uses the given Source as the transformation instructions.static InputSourceSAXSource. sourceToInputSource(Source source)Attempt to obtain a SAX InputSource object from a Source object. -
Uses of Source in javax.xml.transform.stream
Classes in javax.xml.transform.stream that implement Source Modifier and Type Class Description classStreamSourceActs as an holder for a transformation Source in the form of a stream of XML markup. -
Uses of Source in javax.xml.validation
Methods in javax.xml.validation with parameters of type Source Modifier and Type Method Description SchemaSchemaFactory. newSchema(Source schema)Parses the specified source as a schema and returns it as a schema.abstract SchemaSchemaFactory. newSchema(Source[] schemas)Parses the specified source(s) as a schema and returns it as a schema.voidValidator. validate(Source source)Validates the specified input.abstract voidValidator. validate(Source source, Result result)Validates the specified input and send the augmented validation result to the specified output. -
Uses of Source in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return Source Modifier and Type Method Description SourceTransformerFactoryImpl. 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.protected SourceProcessorInclude. processSource(StylesheetHandler handler, Source source)This method does nothing, but a class that extends this class could over-ride it and do some processing of the source.Methods in org.apache.xalan.processor with parameters of type Source Modifier and Type Method Description SourceTransformerFactoryImpl. 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.TemplatesTransformerFactoryImpl. newTemplates(Source source)Process the source into a Templates object, which is likely a compiled representation of the source.TransformerTransformerFactoryImpl. newTransformer(Source source)Process the source into a Transformer object.TransformerHandlerTransformerFactoryImpl. 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.XMLFilterTransformerFactoryImpl. newXMLFilter(Source src)Create an XMLFilter that uses the given source as the transformation instructions.protected SourceProcessorInclude. processSource(StylesheetHandler handler, Source source)This method does nothing, but a class that extends this class could over-ride it and do some processing of the source. -
Uses of Source in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type Source Modifier and Type Method Description voidTransformerIdentityImpl. transform(Source source, Result outputTarget)Process the source tree to the output result.voidTransformerImpl. transform(Source source)Process the source tree to SAX parse events.voidTransformerImpl. transform(Source source, boolean shouldRelease)Process the source tree to SAX parse events.voidTransformerImpl. transform(Source xmlSource, Result outputTarget)Process the source tree to the output result.voidTransformerImpl. transform(Source xmlSource, Result outputTarget, boolean shouldRelease)Process the source tree to the output result. -
Uses of Source in org.apache.xml.dtm
Methods in org.apache.xml.dtm with parameters of type Source Modifier and Type Method Description abstract DTMDTMManager. 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 Modifier and Type Method Description DTMDTMManagerDefault. 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.XMLReaderDTMManagerDefault. 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 Constructor Description DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)Construct a DTMDefaultBase object using the default block size.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(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)Construct a DTMDefaultBaseTraversers object from a DOM node.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(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)Construct a DTMDefaultBaseTraversers object from a DOM node.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. -
Uses of Source in org.apache.xml.dtm.ref.sax2dtm
Constructors in org.apache.xml.dtm.ref.sax2dtm with parameters of type Source Constructor Description SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)Construct a SAX2DTM object using the default block size.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(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing)Construct a SAX2DTM2 object using the default block size.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(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) -
Uses of Source in org.apache.xml.utils
Methods in org.apache.xml.utils that return Source Modifier and Type Method Description SourceStylesheetPIHandler. getAssociatedStylesheet()Return the last stylesheet found that match the constraints. -
Uses of Source in org.apache.xpath
Methods in org.apache.xpath that return Source Modifier and Type Method Description SourceSourceTreeManager. resolveURI(String base, 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 Modifier and Type Method Description DTMXPathContext. 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.intSourceTreeManager. getNode(Source source)Given a Source object, find the node associated with it.intSourceTreeManager. getSourceTree(Source source, SourceLocator locator, XPathContext xctxt)Get the source tree from the input source.static XMLReaderSourceTreeManager. getXMLReader(Source inputSource, SourceLocator locator)This method returns the SAX2 parser to use with the InputSource obtained from this URI.intSourceTreeManager. parseToNode(Source source, SourceLocator locator, XPathContext xctxt)Try to create a DOM source tree from the input source.voidSourceTreeManager. putDocumentInCache(int n, Source source)Put the source tree root node in the document cache.