net.sf.saxon |
|
Java Source File Name | Type | Comment |
AugmentedSource.java | Class | This class wraps a JAXP Source object to provide an extended Source object that
contains options indicating how the Source should be processed: for example,
whether or not it should be validated against a schema. |
CollectionURIResolver.java | Interface | This interface defines a CollectionURIResolver. |
Compile.java | Class | |
Configuration.java | Class | This class holds details of user-selected configuration options for a transformation
or query. |
Controller.java | Class | The Controller is Saxon's implementation of the JAXP Transformer class, and represents
an executing instance of a transformation or query. |
Err.java | Class | |
FeatureKeys.java | Class | FeatureKeys defines a set of constants, names of Saxon configuration
options which can be supplied to the Saxon implementations of the JAXP
interfaces TransformerFactory, SchemaFactory, Validator, and ValidationHandler.
author: Michael H. |
Filter.java | Class | Filter is an XMLFilter (a SAX2 filter) that performs a transformation
taking a SAX stream as input and producing a SAX stream as output.
author: Michael H. |
IdentityTransformer.java | Class | |
IdentityTransformerHandler.java | Class | IdentityTransformerHandler implements the javax.xml.transform.sax.TransformerHandler
interface. |
NonDelegatingURIResolver.java | Interface | This is a marker interface: if a URIResolver implements this interface and returns null from
its resolve() method, then the standard URI resolver will not be invoked.
The main use case for this is to support protocols that the standard Java java.net.URL class
does not recognize. |
OutputURIResolver.java | Interface | This interface defines an OutputURIResolver. |
PreparedStylesheet.java | Class | This PreparedStylesheet class represents a Stylesheet that has been
prepared for execution (or "compiled"). |
Query.java | Class | This Query class provides a command-line interface to the Saxon XQuery processor.
The XQuery syntax supported conforms to the W3C XQuery 1.0 drafts.
author: Michael H. |
SourceResolver.java | Interface | This interface defines a SourceResolver. |
StandardErrorHandler.java | Class | |
StandardErrorListener.java | Class | StandardErrorListener is the standard error handler for XSLT processing
errors, used if no other ErrorListener is nominated.
author: Michael H. |
StandardURIResolver.java | Class | This class provides the service of converting a URI into an InputSource.
It is used to get stylesheet modules referenced by xsl:import and xsl:include,
and source documents referenced by the document() function. |
TemplatesHandlerImpl.java | Class | TemplatesHandlerImpl implements the javax.xml.transform.sax.TemplatesHandler
interface. |
Transform.java | Class | This Transform class is the entry point to the Saxon XSLT Processor. |
TransformerFactoryImpl.java | Class | A TransformerFactoryImpl instance can be used to create Transformer and Template
objects.
The system property that determines which Factory implementation
to create is named "javax.xml.transform.TransformerFactory". |
TransformerHandlerImpl.java | Class | TransformerHandlerImpl implements the javax.xml.transform.sax.TransformerHandler
interface. |
Version.java | Class | The Version class holds the SAXON version information. |