Uses of Interface
javax.xml.transform.Source
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an API for validation of XML documents.
-
Uses of Source in java.sql
-
Uses of Source in javax.xml.catalog
-
Uses of Source in javax.xml.stream
Modifier and TypeMethodDescriptionabstract XMLEventReader
XMLInputFactory.createXMLEventReader
(Source source) Create a new XMLEventReader from a JAXP source.abstract XMLStreamReader
XMLInputFactory.createXMLStreamReader
(Source source) Create a new XMLStreamReader from a JAXP source. -
Uses of Source in javax.xml.transform
Modifier and TypeMethodDescriptionabstract Source
TransformerFactory.getAssociatedStylesheet
(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated with the XMLSource
document via the xml-stylesheet processing instruction that match the given criteria.Called by the processor when it encounters an xsl:include, xsl:import, or document() function.Modifier and TypeMethodDescriptionabstract Source
TransformerFactory.getAssociatedStylesheet
(Source source, String media, String title, String charset) Get the stylesheet specification(s) associated with the XMLSource
document via the xml-stylesheet processing instruction that match the given criteria.abstract Templates
TransformerFactory.newTemplates
(Source source) Process the Source into a Templates object, which is a a compiled representation of the source.abstract Transformer
TransformerFactory.newTransformer
(Source source) Process theSource
into aTransformer
Object
.abstract void
Transform the XMLSource
to aResult
. -
Uses of Source in javax.xml.transform.dom
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionabstract 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.static InputSource
SAXSource.sourceToInputSource
(Source source) Attempt to obtain a SAX InputSource object from a Source object. -
Uses of Source in javax.xml.transform.stax
Modifier and TypeClassDescriptionclass
Acts as a holder for an XMLSource
in the form of a StAX reader,i.e. -
Uses of Source in javax.xml.transform.stream
Modifier and TypeClassDescriptionclass
Acts as an holder for a transformation Source in the form of a stream of XML markup. -
Uses of Source in javax.xml.validation
Modifier and TypeMethodDescriptionParses the specified source as a schema and returns it as a schema.abstract Schema
Parses the specified source(s) as a schema and returns it as a schema.void
Validates the specified input.abstract void
Validates the specified input and send the augmented validation result to the specified output.