net.sf.saxon

Class Configuration

public class Configuration extends Object implements Serializable, SourceResolver

This class holds details of user-selected configuration options for a transformation or query. When running XSLT, the preferred way of setting configuration options is via the JAXP TransformerFactory interface, but the Configuration object provides a finer level of control. As yet there is no standard API for XQuery, so the only way of setting Configuration information is to use the methods on this class directly.

Since Saxon 8.4, the JavaDoc documentation for Saxon attempts to identify interfaces that are considered stable, and will only be changed in a backwards-incompatible way if there is an overriding reason to do so. These interfaces and methods are labelled with the JavaDoc "since" tag. The value 8.n indicates a method in this category that was introduced in Saxon version 8.n: or in the case of 8.4, that was present in Saxon 8.4 and possibly in earlier releases. (In some cases, these methods have been unchanged for a long time.) Methods without a "since" tag, although public, are provided for internal use or for use by advanced users, and are subject to change from one release to the next. The presence of a "since" tag on a class or interface indicates that there are one or more methods in the class that are considered stable; it does not mean that all methods are stable.

Since: 8.4

Field Summary
static intDO_NOT_RECOVER
Constant indicating that when a recoverable error occurs, the processor should not attempt to take the defined recovery action, but should terminate with an error.
static intJAVA_APPLICATION
Constant indicating that the host language is Java: that is, this is a free-standing Java application with no XSLT or XQuery content
protected ErrorListenerlistener
protected Optimizeroptimizer
protected intrecoveryPolicy
static intRECOVER_SILENTLY
Constant indicating that the processor should take the recovery action when a recoverable error occurs, with no warning message.
static intRECOVER_WITH_WARNINGS
Constant indicating that the processor should produce a warning when a recoverable error occurs, and should then take the recovery action and continue.
protected VendorFunctionLibraryvendorFunctionLibrary
static intXML10
Constant indicating the XML Version 1.0
static intXML11
Constant indicating the XML Version 1.1
static intXML_SCHEMA
Constant indicating that the "host language" is XML Schema
static intXPATH
Constant indicating that the host language is XPATH itself - that is, a free-standing XPath environment
static intXQUERY
Constant indicating that the host language is XQuery
static intXSLT
Constant indicating that the host language is XSLT
Constructor Summary
Configuration()
Create a configuration object with default settings for all options.
Method Summary
voidaddSchema(Object schema)
Add a schema to the cache.
voidaddSchemaSource(Source schemaSource)
Load a schema, which will be available for use by all subsequent operations using this Configuration.
booleanareAllNodesUntyped()
Determine whether all nodes encountered within this query or transformation are guaranteed to be untyped
voiddisplayLicenseMessage()
Display a message about the license status
ExternalObjectModelfindExternalObjectModel(Object node)
Find the external object model corresponding to a given node.
ReceivergetAnnotationStripper(Receiver destination)
Add to a pipeline a receiver that strips all type annotations.
SchemaDeclarationgetAttributeDeclaration(int fingerprint)
Get a global attribute declaration.
ClassgetClass(String className, boolean tracing, ClassLoader classLoader)
Load a class using the class name provided.
ClassLoadergetClassLoader()
Get the ClassLoader supplied using the method Configuration.
CollationURIResolvergetCollationURIResolver()
Get the collation URI resolver associated with this configuration.
CollectionURIResolvergetCollectionURIResolver()
Get the collection URI resolver associated with this configuration.
static ConfigurationgetConfiguration(XPathContext context)
Get the configuration, given the context.
ObjectgetConfigurationProperty(String name)
Get a property of the configuration
XPathContextgetConversionContext()
Get an XPathContext object with sufficient capability to perform comparisons and conversions
DebuggergetDebugger()
Get the debugger in use.
DocumentNumberAllocatorgetDocumentNumberAllocator()
Get the document number allocator.
ReceivergetDocumentValidator(Receiver receiver, String systemId, NamePool namePool, int validationMode, int stripSpace, SchemaType schemaType)
Get a document-level validator to add to a Receiver pipeline.
SchemaDeclarationgetElementDeclaration(int fingerprint)
Get a global element declaration.
ReceivergetElementValidator(Receiver receiver, int nameCode, int locationId, SchemaType schemaType, int validation, NamePool pool)
Get a Receiver that can be used to validate an element, and that passes the validated element on to a target receiver.
ErrorListenergetErrorListener()
Get the ErrorListener used in this configuration.
FunctionLibrarygetExtensionBinder()
Get the FunctionLibrary used to bind calls on extension functions.
ExtensionFunctionFactorygetExtensionFunctionFactory()
Get an ExtensionFunctionFactory.
ListgetExternalObjectModels()
Get all the registered external object models.
intgetHostLanguage()
Get the host language used in this configuration.
intgetImplicitTimezone()
Get the implicit timezone, as a positive or negative offset from UTC in minutes.
SetgetImportedNamespaces()
Get the set of namespaces of imported schemas
ObjectgetInstance(String className, ClassLoader classLoader)
Instantiate a class using the class name provided.
static LocalegetLocale(String lang)
Get a locale given a language code in XML format.
StringgetMessageEmitterClass()
Get the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.
ModuleURIResolvergetModuleURIResolver()
Get the user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog; returns null if none has been explicitly set.
NameCheckergetNameChecker()
Get a class that can be used to check names against the selected XML version
NamePoolgetNamePool()
Get the target namepool to be used for stylesheets/queries and for source documents.
OptimizergetOptimizer()
Factory method to get an Optimizer.
ReceivergetOutputMethod(String clarkName)
Get a configuration-defined output method.
OutputURIResolvergetOutputURIResolver()
Get the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.
PlatformgetPlatform()
Get the Platform to be used for platform-dependent methods
StringgetProductTitle()
Get a message used to identify this product when a transformation is run using the -t option
intgetRecoveryPolicy()
Determine how recoverable run-time errors are to be handled.
ObjectgetSchema(String namespace)
Get a schema from the cache.
SchemaTypegetSchemaType(int fingerprint)
Get the top-level schema type definition with a given fingerprint.
SchemaURIResolvergetSchemaURIResolver()
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; if none has been explicitly set, returns null.
intgetSchemaValidationMode()
Determine whether source documents (supplied as a StreamSource or SAXSource) should be subjected to schema validation
XMLReadergetSourceParser()
Get a parser for source documents.
StringgetSourceParserClass()
Get the name of the class that will be instantiated to create an XML parser for parsing source documents (for example, documents loaded using the document() or doc() functions).
SourceResolvergetSourceResolver()
Get the current SourceResolver.
ModuleURIResolvergetStandardModuleURIResolver()
Get the standard system-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog.
intgetStripsWhiteSpace()
Set which kinds of whitespace-only text node should be stripped.
XMLReadergetStyleParser()
Get the parser for stylesheet documents.
StringgetStyleParserClass()
Get the name of the class that will be instantiated to create an XML parser for parsing stylesheet modules.
StandardURIResolvergetSystemURIResolver()
Get the system-defined URI Resolver.
TraceListenergetTraceListener()
Get the TraceListener used for run-time tracing of instruction execution.
intgetTreeModel()
Get the Tree Model used by this Configuration.
URIResolvergetURIResolver()
Get the URIResolver used in this configuration
VendorFunctionLibrarygetVendorFunctionLibrary()
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions.
intgetXMLVersion()
Get the XML version to be used by default for validating characters and names
protected voidinit()
booleanisAllowExternalFunctions()
Determine whether calls to external Java functions are permitted.
booleanisLazyConstructionMode()
Determine whether lazy construction mode is on or off.
booleanisLineNumbering()
Determine whether source documents will maintain line numbers, for the benefit of the saxon:line-number() extension function as well as run-time tracing.
booleanisMultiThreading()
Determine whether multithreading optimizations are allowed
booleanisRetainDTDAttributeTypes()
Determine whether attribute types obtained from a DTD are to be used to set type annotations on the resulting nodes
booleanisSchemaAware(int language)
Determine if the configuration is schema-aware, for the given host language
booleanisSealedNamespace(String namespace)
Test whether a schema namespace is sealed.
booleanisStripsAllWhiteSpace()
Determine whether whitespace-only text nodes are to be stripped unconditionally from source documents.
booleanisTiming()
Determine whether brief progress messages and timing information will be output to System.err.
booleanisTraceExternalFunctions()
Determine whether calls on external functions are to be traced for diagnostic purposes.
booleanisValidation()
Determine whether the XML parser for source documents will be asked to perform DTD validation of source documents
booleanisValidationWarnings()
Determine whether schema validation failures on result documents are to be treated as fatal errors or as warnings.
booleanisVersionWarning()
Determine whether a warning is to be output when running against a stylesheet labelled as version="1.0".
ComparatormakeCollator(String className)
Load a named collator class and check it is OK.
XMLReadermakeParser(String className)
Create a new SAX XMLReader object using the class name provided.
PipelineConfigurationmakePipelineConfiguration()
Make a PipelineConfiguration from the properties of this Configuration
static ConfigurationmakeSchemaAwareConfiguration(ClassLoader classLoader)
Static method to instantiate a schema-aware configuration.
SlotManagermakeSlotManager()
Factory method to create a SlotManager.
NodeTestmakeSubstitutionGroupTest(SchemaDeclaration elementDecl)
Make a test for elements corresponding to a give element declaration.
TraceListenermakeTraceListener(String className)
Create an instance of a TraceListener with a specified class name
URIResolvermakeURIResolver(String className)
Create an instance of a URIResolver with a specified class name
StringreadInlineSchema(NodeInfo root, String expected)
Read an inline schema from a stylesheet.
voidreadMultipleSchemas(PipelineConfiguration pipe, String baseURI, List schemaLocations, String expected)
Read schemas from a list of schema locations.
StringreadSchema(PipelineConfiguration pipe, String baseURI, String schemaLocation, String expected)
Read a schema from a given schema location
voidregisterExternalObjectModel(ExternalObjectModel model)
Register an external object model with this Configuration.
voidreportFatalError(XPathException err)
Report a fatal error
SourceresolveSource(Source source, Configuration config)
Implement the SourceResolver interface
voidreuseSourceParser(XMLReader parser)
Return a source parser to the pool, for reuse
voidreuseStyleParser(XMLReader parser)
Return a stylesheet (or schema) parser to the pool, for reuse
voidsealNamespace(String namespace)
Mark a schema namespace as being sealed.
voidsetAllNodesUntyped(boolean allUntyped)
Specify that all nodes encountered within this query or transformation will be untyped
voidsetAllowExternalFunctions(boolean allowExternalFunctions)
Determine whether calls to external Java functions are permitted.
voidsetClassLoader(ClassLoader loader)
Set a ClassLoader to be used when loading external classes.
voidsetCollationURIResolver(CollationURIResolver resolver)
Set a CollationURIResolver to be used to resolve collation URIs (that is, to take a URI identifying a collation, and return the corresponding collation).
voidsetCollectionURIResolver(CollectionURIResolver resolver)
Set a CollectionURIResolver to be used to resolve collection URIs (that is, the URI supplied in a call to the collection() function).
voidsetConfigurationProperty(String name, Object value)
Set a property of the configuration.
voidsetDebugger(Debugger debugger)
Set the debugger to be used.
voidsetErrorListener(ErrorListener listener)
Set the ErrorListener to be used in this configuration.
voidsetExtensionBinder(FunctionLibrary binder)
Set the FunctionLibrary used to bind calls on extension functions.
voidsetExtensionFunctionFactory(ExtensionFunctionFactory factory)
Set an ExtensionFunctionFactory.
voidsetHostLanguage(int hostLanguage)
Set the host language used in this configuration.
voidsetImplicitTimezone(int minutes)
Set the implicit timezone, as a positive or negative offset from UTC in minutes.
voidsetLazyConstructionMode(boolean lazy)
Set lazy construction mode on or off.
voidsetLineNumbering(boolean lineNumbering)
Determine whether source documents will maintain line numbers, for the benefit of the saxon:line-number() extension function as well as run-time tracing.
voidsetMessageEmitterClass(String messageEmitterClass)
Set the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.
voidsetModuleURIResolver(ModuleURIResolver resolver)
Set a user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in an XQuery prolog.
voidsetModuleURIResolver(String className)
Create and register an instance of a ModuleURIResolver with a specified class name.
voidsetMultiThreading(boolean multithreading)
Set whether multithreading optimizations are allowed
voidsetNamePool(NamePool targetNamePool)
Set the NamePool to be used for stylesheets/queries and for source documents.
voidsetOutputURIResolver(OutputURIResolver outputURIResolver)
Set the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.
voidsetPlatform(Platform platform)
Set the Platform to be used for platform-dependent methods
voidsetRecoveryPolicy(int recoveryPolicy)
Determine how recoverable run-time errors are to be handled.
voidsetRetainDTDAttributeTypes(boolean useTypes)
Determine whether attribute types obtained from a DTD are to be used to set type annotations on the resulting nodes.
voidsetSchemaURIResolver(SchemaURIResolver resolver)
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations.
voidsetSchemaValidationMode(int validationMode)
Indicate whether source documents (supplied as a StreamSource or SAXSource) should be subjected to schema validation
voidsetSourceParserClass(String sourceParserClass)
Set the name of the class that will be instantiated to create an XML parser for parsing source documents (for example, documents loaded using the document() or doc() functions).
voidsetSourceResolver(SourceResolver resolver)
Supply a SourceResolver
voidsetStripsAllWhiteSpace(boolean stripsAllWhiteSpace)
Determine whether whitespace-only text nodes are to be stripped unconditionally from source documents.
voidsetStripsWhiteSpace(int kind)
Set which kinds of whitespace-only text node should be stripped.
voidsetStyleParserClass(String styleParserClass)
Set the name of the class that will be instantiated to create an XML parser for parsing stylesheet modules.
voidsetTiming(boolean timing)
Determine whether brief progress messages and timing information will be output to System.err.
voidsetTraceExternalFunctions(boolean traceExternalFunctions)
Determine whether calls on external functions are to be traced for diagnostic purposes.
voidsetTraceListener(TraceListener traceListener)
Set the TraceListener to be used for run-time tracing of instruction execution.
voidsetTreeModel(int treeModel)
Set the Tree Model used by this Configuration.
voidsetURIResolver(URIResolver resolver)
Set the URIResolver to be used in this configuration.
voidsetValidation(boolean validation)
Determine whether the XML parser for source documents will be asked to perform DTD validation of source documents
voidsetValidationWarnings(boolean warn)
Indicate whether schema validation failures on result documents are to be treated as fatal errors or as warnings.
voidsetVersionWarning(boolean warn)
Determine whether a warning is to be output when running against a stylesheet labelled as version="1.0".
voidsetXMLVersion(int version)
Set the XML version to be used by default for validating characters and names
intvalidateAttribute(int nameCode, CharSequence value, int validation)
Validate an attribute value.

Field Detail

DO_NOT_RECOVER

public static final int DO_NOT_RECOVER
Constant indicating that when a recoverable error occurs, the processor should not attempt to take the defined recovery action, but should terminate with an error.

JAVA_APPLICATION

public static final int JAVA_APPLICATION
Constant indicating that the host language is Java: that is, this is a free-standing Java application with no XSLT or XQuery content

listener

protected transient ErrorListener listener

optimizer

protected Optimizer optimizer

recoveryPolicy

protected int recoveryPolicy

RECOVER_SILENTLY

public static final int RECOVER_SILENTLY
Constant indicating that the processor should take the recovery action when a recoverable error occurs, with no warning message.

RECOVER_WITH_WARNINGS

public static final int RECOVER_WITH_WARNINGS
Constant indicating that the processor should produce a warning when a recoverable error occurs, and should then take the recovery action and continue.

vendorFunctionLibrary

protected VendorFunctionLibrary vendorFunctionLibrary

XML10

public static final int XML10
Constant indicating the XML Version 1.0

XML11

public static final int XML11
Constant indicating the XML Version 1.1

XML_SCHEMA

public static final int XML_SCHEMA
Constant indicating that the "host language" is XML Schema

XPATH

public static final int XPATH
Constant indicating that the host language is XPATH itself - that is, a free-standing XPath environment

XQUERY

public static final int XQUERY
Constant indicating that the host language is XQuery

XSLT

public static final int XSLT
Constant indicating that the host language is XSLT

Constructor Detail

Configuration

public Configuration()
Create a configuration object with default settings for all options. This is equivalent to calling new Configuration(true).

Since: 8.4

Method Detail

addSchema

public void addSchema(Object schema)
Add a schema to the cache.

This method is intended for internal use

Parameters: schema an object of class javax.xml.validation.schema, which is not declared as such to avoid creating a dependency on this JDK 1.5 class

addSchemaSource

public void addSchemaSource(Source schemaSource)
Load a schema, which will be available for use by all subsequent operations using this Configuration.

Parameters: schemaSource the JAXP Source object identifying the schema document to be loaded

Throws: SchemaException if the schema cannot be read or parsed or if it is invalid UnsupportedOperationException if the configuration is not schema-aware

Since: 8.4

areAllNodesUntyped

public boolean areAllNodesUntyped()
Determine whether all nodes encountered within this query or transformation are guaranteed to be untyped

displayLicenseMessage

public void displayLicenseMessage()
Display a message about the license status

findExternalObjectModel

public ExternalObjectModel findExternalObjectModel(Object node)
Find the external object model corresponding to a given node.

This method is intended for internal use only.

Parameters: node a Node as implemented in some external object model

Returns: the first registered external object model that recognizes this node; or null if no-one will own up to it.

getAnnotationStripper

public Receiver getAnnotationStripper(Receiver destination)
Add to a pipeline a receiver that strips all type annotations. This has a null implementation in the Saxon-B product, because type annotations can never arise.

This method is intended for internal use.

getAttributeDeclaration

public SchemaDeclaration getAttributeDeclaration(int fingerprint)
Get a global attribute declaration.

This method is intended for internal use

Returns: the attribute declaration whose name matches the given fingerprint, or null if no element declaration with this name has been registered.

getClass

public Class getClass(String className, boolean tracing, ClassLoader classLoader)
Load a class using the class name provided. Note that the method does not check that the object is of the right class.

This method is intended for internal use only.

Parameters: className A string containing the name of the class, for example "com.microstar.sax.LarkDriver" classLoader The ClassLoader to be used to load the class. If this is null, then the classLoader used will be the first one available of: the classLoader registered with the Configuration using Configuration; the context class loader for the current thread; or failing that, the class loader invoked implicitly by a call of Class.forName() (which is the ClassLoader that was used to load the Configuration object itself).

Returns: an instance of the class named, or null if it is not loadable.

Throws: XPathException if the class cannot be loaded.

getClassLoader

public ClassLoader getClassLoader()
Get the ClassLoader supplied using the method Configuration. If none has been supplied, return null.

This method is intended for external use by advanced users, but should be regarded as experimental.

getCollationURIResolver

public CollationURIResolver getCollationURIResolver()
Get the collation URI resolver associated with this configuration. This will return the CollationURIResolver previously set using the Configuration method; if this has not been called, it returns the system-defined collation URI resolver

Returns: the registered CollationURIResolver

Since: 8.5

getCollectionURIResolver

public CollectionURIResolver getCollectionURIResolver()
Get the collection URI resolver associated with this configuration. This will return the CollectionURIResolver previously set using the Configuration method; if this has not been called, it returns the system-defined collection URI resolver

Returns: the registered CollationURIResolver

Since: 8.5

getConfiguration

public static Configuration getConfiguration(XPathContext context)
Get the configuration, given the context. This is provided as a static method to make it accessible as an extension function.

getConfigurationProperty

public Object getConfigurationProperty(String name)
Get a property of the configuration

Parameters: name the name of the required property

Returns: the value of the property

Throws: IllegalArgumentException thrown if the property is not one that Saxon recognizes.

getConversionContext

public XPathContext getConversionContext()
Get an XPathContext object with sufficient capability to perform comparisons and conversions

getDebugger

public Debugger getDebugger()
Get the debugger in use. This will be null if no debugger has been registered.

This method is provided for advanced users only, and is subject to change.

getDocumentNumberAllocator

public DocumentNumberAllocator getDocumentNumberAllocator()
Get the document number allocator.

This is intended primarily for internal use

getDocumentValidator

public Receiver getDocumentValidator(Receiver receiver, String systemId, NamePool namePool, int validationMode, int stripSpace, SchemaType schemaType)
Get a document-level validator to add to a Receiver pipeline.

This method is intended for internal use.

Parameters: receiver The receiver to which events should be sent after validation systemId the base URI of the document being validated namePool the namePool to be used by the validator validationMode for example Validation.STRICT or Validation.STRIP. The integer may also have the bit Validation.VALIDATE_OUTPUT set, indicating that the strean being validated is to be treated as a final output stream (which means multiple errors can be reported) stripSpace schemaType The type against which the outermost element of the document must be validated (null if there is no constraint)

Returns: A Receiver to which events can be sent for validation

getElementDeclaration

public SchemaDeclaration getElementDeclaration(int fingerprint)
Get a global element declaration.

This method is intended for internal use.

Returns: the element declaration whose name matches the given fingerprint, or null if no element declaration with this name has been registered.

getElementValidator

public Receiver getElementValidator(Receiver receiver, int nameCode, int locationId, SchemaType schemaType, int validation, NamePool pool)
Get a Receiver that can be used to validate an element, and that passes the validated element on to a target receiver. If validation is not supported, the returned receiver will be the target receiver.

This method is intended for internal use.

Parameters: receiver the target receiver tp receive the validated element nameCode the nameCode of the element to be validated. This must correspond to the name of an element declaration in a loaded schema schemaType the schema type (typically a complex type) against which the element is to be validated validation The validation mode, for example Validation.STRICT or Validation.LAX pool The name pool

Returns: The target receiver, indicating that with this configuration, no validation is performed.

getErrorListener

public ErrorListener getErrorListener()
Get the ErrorListener used in this configuration. If no ErrorListener has been supplied explicitly, the default ErrorListener is used.

Returns: the ErrorListener.

Since: 8.4

getExtensionBinder

public FunctionLibrary getExtensionBinder()
Get the FunctionLibrary used to bind calls on extension functions.

This mechanism is for advanced users only, and the details are subject to change.

Returns: the registered FunctionLibrary for extension functions if one has been registered; or the default FunctionLibrary for extension functions otherwise

getExtensionFunctionFactory

public ExtensionFunctionFactory getExtensionFunctionFactory()
Get an ExtensionFunctionFactory. This is used at compile time for generating the code that calls Java extension functions. It is possible to supply a user-defined ExtensionFunctionFactory to customize the way extension functions are bound.

This mechanism is intended for advanced use only, and is subject to change.

Returns: the factory object registered to generate calls on extension functions, if one has been registered; if not, the default factory used by Saxon.

getExternalObjectModels

public List getExternalObjectModels()
Get all the registered external object models.

This method is intended for internal use only.

getHostLanguage

public int getHostLanguage()
Get the host language used in this configuration. The typical values are XSLT and XQUERY. The values XML_SCHEMA and JAVA_APPLICATION may also be encountered.

This method is problematic because it is possible to run multiple transformations or queries within the same configuration. The method is therefore best avoided. Instead, use Executable. Internally its only use is in deciding (in Saxon-SA only) which error listener to use by default at compile time, and since the standard XSLT and XQuery listeners have no differences when used for static errors, the choice is immaterial.

Returns: Configuration.XSLT or Configuration.XQUERY

getImplicitTimezone

public int getImplicitTimezone()
Get the implicit timezone, as a positive or negative offset from UTC in minutes. The range is -14hours to +14hours

Returns: the value set using Configuration, or failing that the timezone from the system clock at the time the Configuration was created.

getImportedNamespaces

public Set getImportedNamespaces()
Get the set of namespaces of imported schemas

getInstance

public Object getInstance(String className, ClassLoader classLoader)
Instantiate a class using the class name provided. Note that the method does not check that the object is of the right class.

This method is intended for internal use only.

Parameters: className A string containing the name of the class, for example "com.microstar.sax.LarkDriver" classLoader The ClassLoader to be used to load the class. If this is null, then the classLoader used will be the first one available of: the classLoader registered with the Configuration using Configuration; the context class loader for the current thread; or failing that, the class loader invoked implicitly by a call of Class.forName() (which is the ClassLoader that was used to load the Configuration object itself).

Returns: an instance of the class named, or null if it is not loadable.

Throws: XPathException if the class cannot be loaded.

getLocale

public static Locale getLocale(String lang)
Get a locale given a language code in XML format.

This method is intended for internal use.

getMessageEmitterClass

public String getMessageEmitterClass()
Get the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.

Returns: the full class name of the message emitter class.

Since: 8.4

getModuleURIResolver

public ModuleURIResolver getModuleURIResolver()
Get the user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog; returns null if none has been explicitly set.

getNameChecker

public NameChecker getNameChecker()
Get a class that can be used to check names against the selected XML version

Returns: a class that can be used for name checking

Since: 8.6

getNamePool

public NamePool getNamePool()
Get the target namepool to be used for stylesheets/queries and for source documents.

Returns: the target name pool. If no NamePool has been specified explicitly, the default NamePool is returned.

Since: 8.4

getOptimizer

public Optimizer getOptimizer()
Factory method to get an Optimizer.

This method is intended for internal use only.

getOutputMethod

public Receiver getOutputMethod(String clarkName)
Get a configuration-defined output method.

Returns: a Receiver that implements the method, or null if the method name is not recognized

getOutputURIResolver

public OutputURIResolver getOutputURIResolver()
Get the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.

Returns: the OutputURIResolver. If none has been supplied explicitly, the default OutputURIResolver is returned.

Since: 8.4

getPlatform

public Platform getPlatform()
Get the Platform to be used for platform-dependent methods

Returns: the platform to be used

getProductTitle

public String getProductTitle()
Get a message used to identify this product when a transformation is run using the -t option

Returns: A string containing both the product name and the product version

Since: 8.4

getRecoveryPolicy

public int getRecoveryPolicy()
Determine how recoverable run-time errors are to be handled. This applies only if the standard ErrorListener is used.

Returns: the current recovery policy. The options are RECOVER_SILENTLY, RECOVER_WITH_WARNINGS, or DO_NOT_RECOVER.

Since: 8.4

getSchema

public Object getSchema(String namespace)
Get a schema from the cache. Return null if not found.

This method is intended for internal use.

Returns: an object of class javax.xml.validation.schema, which is not declared as such to avoid creating a dependency on this JDK 1.5 class

getSchemaType

public SchemaType getSchemaType(int fingerprint)
Get the top-level schema type definition with a given fingerprint.

This method is intended for internal use and for use by advanced applications. (The SchemaType object returned cannot yet be considered a stable API, and may be superseded when a JAXP API for schema information is defined.)

Parameters: fingerprint the fingerprint of the schema type

Returns: the schema type , or null if there is none with this name.

getSchemaURIResolver

public SchemaURIResolver getSchemaURIResolver()
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; if none has been explicitly set, returns null.

getSchemaValidationMode

public int getSchemaValidationMode()
Determine whether source documents (supplied as a StreamSource or SAXSource) should be subjected to schema validation

Returns: the schema validation mode previously set using setSchemaValidationMode(), or the default mode STRIP otherwise.

getSourceParser

public XMLReader getSourceParser()
Get a parser for source documents. The parser is allocated from a pool if any are available from the pool: the client should ideally return the parser to the pool after use, so that it can be reused.

This method is intended primarily for internal use.

Returns: a parser, in which the namespace properties must be set as follows: namespaces=true; namespace-prefixes=false. The DTD validation feature of the parser will be set on or off depending on the Configuration setting.

getSourceParserClass

public String getSourceParserClass()
Get the name of the class that will be instantiated to create an XML parser for parsing source documents (for example, documents loaded using the document() or doc() functions).

This method is retained in Saxon for backwards compatibility, but the preferred way of choosing an XML parser is to use JAXP interfaces, for example by supplying a JAXP Source object initialized with an appropriate implementation of org.xml.sax.XMLReader.

Returns: the fully qualified name of the XML parser class

getSourceResolver

public SourceResolver getSourceResolver()
Get the current SourceResolver. If none has been supplied, a system-defined SourceResolver is returned.

Returns: the current SourceResolver

getStandardModuleURIResolver

public ModuleURIResolver getStandardModuleURIResolver()
Get the standard system-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog.

getStripsWhiteSpace

public int getStripsWhiteSpace()
Set which kinds of whitespace-only text node should be stripped.

Returns: kind the kind of whitespace-only text node that should be stripped when building a source tree. One of Whitespace.NONE (none), Whitespace.ALL (all), or Whitespace.IGNORABLE (element-content whitespace as defined in a DTD or schema)

getStyleParser

public XMLReader getStyleParser()
Get the parser for stylesheet documents. This parser is also used for schema documents.

This method is intended for internal use only.

getStyleParserClass

public String getStyleParserClass()
Get the name of the class that will be instantiated to create an XML parser for parsing stylesheet modules.

This method is retained in Saxon for backwards compatibility, but the preferred way of choosing an XML parser is to use JAXP interfaces, for example by supplying a JAXP Source object initialized with an appropriate implementation of org.xml.sax.XMLReader.

Returns: the fully qualified name of the XML parser class

getSystemURIResolver

public StandardURIResolver getSystemURIResolver()
Get the system-defined URI Resolver. This is used when the user-defined URI resolver returns null as the result of the resolve() method

getTraceListener

public TraceListener getTraceListener()
Get the TraceListener used for run-time tracing of instruction execution.

Returns: the TraceListener, or null if none is in use.

Since: 8.4

getTreeModel

public int getTreeModel()
Get the Tree Model used by this Configuration. This is either Builder.STANDARD_TREE or Builder.TINY_TREE. The default (confusingly) is Builder.TINY_TREE.

Returns: the selected Tree Model

Since: 8.4

getURIResolver

public URIResolver getURIResolver()
Get the URIResolver used in this configuration

Returns: the URIResolver. If no URIResolver has been set explicitly, the default URIResolver is used.

Since: 8.4

getVendorFunctionLibrary

public VendorFunctionLibrary getVendorFunctionLibrary()
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions.

This method is intended for internal use only.

getXMLVersion

public int getXMLVersion()
Get the XML version to be used by default for validating characters and names

Returns: one of the constants XML10 or XML11

Since: 8.6

init

protected void init()

isAllowExternalFunctions

public boolean isAllowExternalFunctions()
Determine whether calls to external Java functions are permitted.

Returns: true if such calls are permitted.

Since: 8.4

isLazyConstructionMode

public boolean isLazyConstructionMode()
Determine whether lazy construction mode is on or off. In lazy construction mode, element constructors are not evaluated until the content of the tree is required. Lazy construction mode is currently experimental and is therefore off by default.

Returns: true if lazy construction mode is enabled

isLineNumbering

public boolean isLineNumbering()
Determine whether source documents will maintain line numbers, for the benefit of the saxon:line-number() extension function as well as run-time tracing.

Returns: true if line numbers are maintained in source documents

Since: 8.4

isMultiThreading

public boolean isMultiThreading()
Determine whether multithreading optimizations are allowed

isRetainDTDAttributeTypes

public boolean isRetainDTDAttributeTypes()
Determine whether attribute types obtained from a DTD are to be used to set type annotations on the resulting nodes

Returns: true if DTD types are to be taken into account

Since: 8.4

isSchemaAware

public boolean isSchemaAware(int language)
Determine if the configuration is schema-aware, for the given host language

Parameters: language the required host language: XSLT, XQUERY, or XML_SCHEMA

Since: 8.4

isSealedNamespace

public boolean isSealedNamespace(String namespace)
Test whether a schema namespace is sealed. Once a namespace has been sealed, it is not permitted to change the schema components in that namespace by redefining them, deriving new types by extension, or adding to their substitution groups.

Parameters: namespace the namespace URI of the components to be tested

Returns: true if this namespace has been sealed, otherwise false

isStripsAllWhiteSpace

public boolean isStripsAllWhiteSpace()
Determine whether whitespace-only text nodes are to be stripped unconditionally from source documents.

Returns: true if all whitespace-only text nodes are stripped.

Since: 8.4

isTiming

public boolean isTiming()
Determine whether brief progress messages and timing information will be output to System.err.

This method is provided largely for internal use. Progress messages are normally controlled directly from the command line interfaces, and are not normally used when driving Saxon from the Java API.

Returns: true if these messages are to be output.

isTraceExternalFunctions

public boolean isTraceExternalFunctions()
Determine whether calls on external functions are to be traced for diagnostic purposes.

Returns: true if tracing is enabled for calls to external Java functions

isValidation

public boolean isValidation()
Determine whether the XML parser for source documents will be asked to perform DTD validation of source documents

Returns: true if DTD validation is requested.

Since: 8.4

isValidationWarnings

public boolean isValidationWarnings()
Determine whether schema validation failures on result documents are to be treated as fatal errors or as warnings.

Returns: true if validation errors are to be treated as warnings (that is, the validation failure is reported but processing continues as normal); false if validation errors are fatal.

Since: 8.4

isVersionWarning

public boolean isVersionWarning()
Determine whether a warning is to be output when running against a stylesheet labelled as version="1.0". The XSLT specification requires such a warning unless the user disables it.

Returns: true if these messages are to be output.

Since: 8.4

makeCollator

public Comparator makeCollator(String className)
Load a named collator class and check it is OK.

This method is intended for internal use only.

makeParser

public XMLReader makeParser(String className)
Create a new SAX XMLReader object using the class name provided.

The named class must exist and must implement the org.xml.sax.XMLReader or Parser interface.

This method returns an instance of the parser named.

This method is intended for internal use.

Parameters: className A string containing the name of the SAX parser class, for example "com.microstar.sax.LarkDriver"

Returns: an instance of the Parser class named, or null if it is not loadable or is not a Parser.

makePipelineConfiguration

public PipelineConfiguration makePipelineConfiguration()
Make a PipelineConfiguration from the properties of this Configuration

Since: 8.4

makeSchemaAwareConfiguration

public static Configuration makeSchemaAwareConfiguration(ClassLoader classLoader)
Static method to instantiate a schema-aware configuration.

Parameters: classLoader - the class loader to be used. If null, the context class loader for the current thread is used.

Throws: RuntimeException if the Saxon-SA product cannot be loaded or if no license key is available.

makeSlotManager

public SlotManager makeSlotManager()
Factory method to create a SlotManager.

This method is provided for advanced users only, and is subject to change.

makeSubstitutionGroupTest

public NodeTest makeSubstitutionGroupTest(SchemaDeclaration elementDecl)
Make a test for elements corresponding to a give element declaration.

This method is intended for internal use.

makeTraceListener

public TraceListener makeTraceListener(String className)
Create an instance of a TraceListener with a specified class name

Parameters: className The fully qualified class name of the TraceListener to be constructed

Returns: the newly constructed TraceListener

Throws: net.sf.saxon.trans.XPathException if the requested class does not implement the net.sf.saxon.trace.TraceListener interface

makeURIResolver

public URIResolver makeURIResolver(String className)
Create an instance of a URIResolver with a specified class name

Parameters: className The fully-qualified name of the URIResolver class

Returns: The newly created URIResolver

Throws: TransformerException if the requested class does not implement the javax.xml.transform.URIResolver interface

readInlineSchema

public String readInlineSchema(NodeInfo root, String expected)
Read an inline schema from a stylesheet.

This method is intended for internal use.

Parameters: root the xs:schema element in the stylesheet expected the target namespace expected; null if there is no expectation.

Returns: the actual target namespace of the schema

readMultipleSchemas

public void readMultipleSchemas(PipelineConfiguration pipe, String baseURI, List schemaLocations, String expected)
Read schemas from a list of schema locations.

This method is intended for internal use.

readSchema

public String readSchema(PipelineConfiguration pipe, String baseURI, String schemaLocation, String expected)
Read a schema from a given schema location

Returns: the target namespace of the schema

This method is intended for internal use.

registerExternalObjectModel

public void registerExternalObjectModel(ExternalObjectModel model)
Register an external object model with this Configuration.

Parameters: model The external object model. This can either be one of the system-supplied external object models for JDOM, XOM, or DOM, or a user-supplied external object model.

This method is intended for advanced users only, and is subject to change.

reportFatalError

public void reportFatalError(XPathException err)
Report a fatal error

resolveSource

public Source resolveSource(Source source, Configuration config)
Implement the SourceResolver interface

reuseSourceParser

public void reuseSourceParser(XMLReader parser)
Return a source parser to the pool, for reuse

Parameters: parser The parser: the caller must not supply a parser that was obtained by any mechanism other than calling the getSourceParser() method.

reuseStyleParser

public void reuseStyleParser(XMLReader parser)
Return a stylesheet (or schema) parser to the pool, for reuse

Parameters: parser The parser: the caller must not supply a parser that was obtained by any mechanism other than calling the getStyleParser() method.

sealNamespace

public void sealNamespace(String namespace)
Mark a schema namespace as being sealed. This is done when components from this namespace are first used for validating a source document or compiling a source document or query. Once a namespace has been sealed, it is not permitted to change the schema components in that namespace by redefining them, deriving new types by extension, or adding to their substitution groups.

Parameters: namespace the namespace URI of the components to be sealed

setAllNodesUntyped

public void setAllNodesUntyped(boolean allUntyped)
Specify that all nodes encountered within this query or transformation will be untyped

setAllowExternalFunctions

public void setAllowExternalFunctions(boolean allowExternalFunctions)
Determine whether calls to external Java functions are permitted. Allowing external function calls is potentially a security risk if the stylesheet or Query is untrusted, as it allows arbitrary Java methods to be invoked, which can examine or modify the contents of filestore and other resources on the machine where the query/stylesheet is executed

Parameters: allowExternalFunctions true if external function calls are to be permitted.

Since: 8.4

setClassLoader

public void setClassLoader(ClassLoader loader)
Set a ClassLoader to be used when loading external classes. Examples of classes that are loaded include SAX parsers, localization modules for formatting numbers and dates, extension functions, external object models. In an environment such as Eclipse that uses its own ClassLoader, this ClassLoader should be nominated to ensure that any class loaded by Saxon is identical to a class of the same name loaded by the external environment.

This method is intended for external use by advanced users, but should be regarded as experimental.

setCollationURIResolver

public void setCollationURIResolver(CollationURIResolver resolver)
Set a CollationURIResolver to be used to resolve collation URIs (that is, to take a URI identifying a collation, and return the corresponding collation). Note that Saxon attempts first to resolve a collation URI using the resolver registered with the Controller; if that returns null, it tries again using the resolver registered with the Configuration.

Note that it is undefined whether collation URIs are resolved at compile time or at run-time. It is therefore inadvisable to change the CollationURIResolver after compiling a query or stylesheet and before running it.

Parameters: resolver the collation URI resolver to be used. This replaces any collation URI resolver previously registered.

Since: 8.5

setCollectionURIResolver

public void setCollectionURIResolver(CollectionURIResolver resolver)
Set a CollectionURIResolver to be used to resolve collection URIs (that is, the URI supplied in a call to the collection() function).

Collection URIs are always resolved at run-time, using the CollectionURIResolver in force at the time the collection() function is called.

Parameters: resolver the collection URI resolver to be used. This replaces any collection URI resolver previously registered.

Since: 8.5

setConfigurationProperty

public void setConfigurationProperty(String name, Object value)
Set a property of the configuration. This method underpins the setAttribute() method of the TransformerFactory implementation, and is provided to enable setting of Configuration properties using URIs without instantiating a TransformerFactory: specifically, this may be useful when running XQuery, and it is also used by the Validator API

Parameters: name the URI identifying the property to be set value the value of the property

Throws: IllegalArgumentException if the property name is not recognized

setDebugger

public void setDebugger(Debugger debugger)
Set the debugger to be used.

This method is provided for advanced users only, and is subject to change.

setErrorListener

public void setErrorListener(ErrorListener listener)
Set the ErrorListener to be used in this configuration. The ErrorListener is informed of all static and dynamic errors detected, and can decide whether run-time warnings are to be treated as fatal.

Parameters: listener the ErrorListener to be used

Since: 8.4

setExtensionBinder

public void setExtensionBinder(FunctionLibrary binder)
Set the FunctionLibrary used to bind calls on extension functions. This allows the rules for identifying extension functions to be customized (in principle, it would allow support for extension functions in other languages to be provided).

When an application supplies its own FunctionLibrary for binding extension functions, this replaces the default binding mechanism for Java extension functions, namely JavaExtensionLibrary. It thus disables the function libraries for built-in Saxon extensions and for EXSLT extensions. It is possible to create a function library that adds to the existing mechanisms, rather than replacing them, by supplying as the FunctionLibrary a FunctionLibraryList that itself contains two FunctionLibrary objects: a JavaExtensionLibrary, and a user-written FunctionLibrary.

Parameters: binder The FunctionLibrary object used to locate implementations of extension functions, based on their name and arity

See Also: Configuration

setExtensionFunctionFactory

public void setExtensionFunctionFactory(ExtensionFunctionFactory factory)
Set an ExtensionFunctionFactory. This is used at compile time for generating the code that calls Java extension functions. It is possible to supply a user-defined ExtensionFunctionFactory to customize the way extension functions are called. The ExtensionFunctionFactory determines how external methods are called, but is not involved in binding the external method corresponding to a given function name or URI.

This mechanism is intended for advanced use only, and is subject to change.

See Also: Configuration

setHostLanguage

public void setHostLanguage(int hostLanguage)
Set the host language used in this configuration. The possible values are XSLT and XQUERY.

Parameters: hostLanguage Configuration.XSLT or Configuration.XQUERY

setImplicitTimezone

public void setImplicitTimezone(int minutes)
Set the implicit timezone, as a positive or negative offset from UTC in minutes. The range is -14hours to +14hours

setLazyConstructionMode

public void setLazyConstructionMode(boolean lazy)
Set lazy construction mode on or off. In lazy construction mode, element constructors are not evaluated until the content of the tree is required. Lazy construction mode is currently experimental and is therefore off by default.

Parameters: lazy true to switch lazy construction mode on, false to switch it off.

setLineNumbering

public void setLineNumbering(boolean lineNumbering)
Determine whether source documents will maintain line numbers, for the benefit of the saxon:line-number() extension function as well as run-time tracing.

Parameters: lineNumbering true if line numbers are maintained in source documents

Since: 8.4

setMessageEmitterClass

public void setMessageEmitterClass(String messageEmitterClass)
Set the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.

Parameters: messageEmitterClass the full class name of the message emitter class. This must implement net.sf.saxon.event.Emitter.

Since: 8.4

setModuleURIResolver

public void setModuleURIResolver(ModuleURIResolver resolver)
Set a user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in an XQuery prolog. This acts as the default value for the ModuleURIResolver in the StaticQueryContext, and may be overridden by a more specific ModuleURIResolver nominated as part of the StaticQueryContext.

setModuleURIResolver

public void setModuleURIResolver(String className)
Create and register an instance of a ModuleURIResolver with a specified class name. This will be used for resolving URIs in XQuery "import module" declarations, unless a more specific ModuleURIResolver has been nominated as part of the StaticQueryContext.

Parameters: className The fully-qualified name of the LocationHintResolver class

Throws: TransformerException if the requested class does not implement the net.sf.saxon.LocationHintResolver interface

setMultiThreading

public void setMultiThreading(boolean multithreading)
Set whether multithreading optimizations are allowed

setNamePool

public void setNamePool(NamePool targetNamePool)
Set the NamePool to be used for stylesheets/queries and for source documents.

Normally all transformations and queries run under a single Java VM share the same NamePool. This creates a potential bottleneck, since changes to the namepool are synchronized. It is possible therefore to allocate a distinct NamePool to each Configuration. This requires considerable care and should only be done when the default arrangement is found to cause problems. There is a basic rule to follow: any compiled stylesheet or query must use the same NamePool as its source and result documents.

Parameters: targetNamePool The NamePool to be used.

Since: 8.4

setOutputURIResolver

public void setOutputURIResolver(OutputURIResolver outputURIResolver)
Set the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.

Parameters: outputURIResolver the OutputURIResolver to be used.

Since: 8.4

setPlatform

public void setPlatform(Platform platform)
Set the Platform to be used for platform-dependent methods

Parameters: platform the platform to be used

setRecoveryPolicy

public void setRecoveryPolicy(int recoveryPolicy)
Determine how recoverable run-time errors are to be handled. This applies only if the standard ErrorListener is used. The recovery policy applies to errors classified in the XSLT 2.0 specification as recoverable dynamic errors, but only in those cases where Saxon provides a choice over how the error is handled: in some cases, Saxon makes the decision itself.

Parameters: recoveryPolicy the recovery policy to be used. The options are RECOVER_SILENTLY, RECOVER_WITH_WARNINGS, or DO_NOT_RECOVER.

Since: 8.4

setRetainDTDAttributeTypes

public void setRetainDTDAttributeTypes(boolean useTypes)
Determine whether attribute types obtained from a DTD are to be used to set type annotations on the resulting nodes.

Parameters: useTypes set to true if DTD types are to be taken into account

Since: 8.4

setSchemaURIResolver

public void setSchemaURIResolver(SchemaURIResolver resolver)
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations.

setSchemaValidationMode

public void setSchemaValidationMode(int validationMode)
Indicate whether source documents (supplied as a StreamSource or SAXSource) should be subjected to schema validation

Parameters: validationMode the validation (or construction) mode to be used for source documents. One of STRIP, PRESERVE, STRICT, LAX

Since: 8.4

setSourceParserClass

public void setSourceParserClass(String sourceParserClass)
Set the name of the class that will be instantiated to create an XML parser for parsing source documents (for example, documents loaded using the document() or doc() functions).

This method is retained in Saxon for backwards compatibility, but the preferred way of choosing an XML parser is to use JAXP interfaces, for example by supplying a JAXP Source object initialized with an appropriate implementation of org.xml.sax.XMLReader.

Parameters: sourceParserClass the fully qualified name of the XML parser class. This must implement the SAX2 XMLReader interface.

setSourceResolver

public void setSourceResolver(SourceResolver resolver)
Supply a SourceResolver

setStripsAllWhiteSpace

public void setStripsAllWhiteSpace(boolean stripsAllWhiteSpace)
Determine whether whitespace-only text nodes are to be stripped unconditionally from source documents.

Parameters: stripsAllWhiteSpace if all whitespace-only text nodes are to be stripped.

Since: 8.4

setStripsWhiteSpace

public void setStripsWhiteSpace(int kind)
Set which kinds of whitespace-only text node should be stripped.

Parameters: kind the kind of whitespace-only text node that should be stripped when building a source tree. One of Whitespace.NONE (none), Whitespace.ALL (all), or Whitespace.IGNORABLE (element-content whitespace as defined in a DTD or schema)

setStyleParserClass

public void setStyleParserClass(String styleParserClass)
Set the name of the class that will be instantiated to create an XML parser for parsing stylesheet modules.

This method is retained in Saxon for backwards compatibility, but the preferred way of choosing an XML parser is to use JAXP interfaces, for example by supplying a JAXP Source object initialized with an appropriate implementation of org.xml.sax.XMLReader.

Parameters: styleParserClass the fully qualified name of the XML parser class

setTiming

public void setTiming(boolean timing)
Determine whether brief progress messages and timing information will be output to System.err.

This method is provided largely for internal use. Progress messages are normally controlled directly from the command line interfaces, and are not normally used when

Parameters: timing true if these messages are to be output.

setTraceExternalFunctions

public void setTraceExternalFunctions(boolean traceExternalFunctions)
Determine whether calls on external functions are to be traced for diagnostic purposes.

Parameters: traceExternalFunctions true if tracing is to be enabled for calls to external Java functions

setTraceListener

public void setTraceListener(TraceListener traceListener)
Set the TraceListener to be used for run-time tracing of instruction execution.

Parameters: traceListener The TraceListener to be used.

Since: 8.4

setTreeModel

public void setTreeModel(int treeModel)
Set the Tree Model used by this Configuration. This is either Builder.STANDARD_TREE or Builder.TINY_TREE. The default (confusingly) is Builder.TINY_TREE.

Parameters: treeModel the selected Tree Model

Since: 8.4

setURIResolver

public void setURIResolver(URIResolver resolver)
Set the URIResolver to be used in this configuration. This will be used to resolve the URIs used statically (e.g. by xsl:include) and also the URIs used dynamically by functions such as document() and doc(). Note that the URIResolver does not resolve the URI in the sense of RFC 2396 (which is also the sense in which the resolve-uri() function uses the term): rather it dereferences an absolute URI to obtain an actual resource, which is returned as a Source object.

Parameters: resolver The URIResolver to be used.

Since: 8.4

setValidation

public void setValidation(boolean validation)
Determine whether the XML parser for source documents will be asked to perform DTD validation of source documents

Parameters: validation true if DTD validation is to be requested.

Since: 8.4

setValidationWarnings

public void setValidationWarnings(boolean warn)
Indicate whether schema validation failures on result documents are to be treated as fatal errors or as warnings.

Parameters: warn true if schema validation failures are to be treated as warnings; false if they are to be treated as fatal errors.

Since: 8.4

setVersionWarning

public void setVersionWarning(boolean warn)
Determine whether a warning is to be output when running against a stylesheet labelled as version="1.0". The XSLT specification requires such a warning unless the user disables it.

Parameters: warn true if these messages are to be output.

Since: 8.4

setXMLVersion

public void setXMLVersion(int version)
Set the XML version to be used by default for validating characters and names

Parameters: version one of the constants XML10 or XML11

Since: 8.6

validateAttribute

public int validateAttribute(int nameCode, CharSequence value, int validation)
Validate an attribute value.

This method is intended for internal use.

Parameters: nameCode the name of the attribute value the value of the attribute as a string validation STRICT or LAX

Returns: the type annotation to apply to the attribute node

Throws: ValidationException if the value is invalid