since 9.8. Multiple packages may be supplied in the form of a PackageLibrary registered
with the underlying CompilerInfo, or may be listed in the configuration file. Alternatively they
can be imported explicitly (taking care over the order of importing) using XsltCompiler.importPackage(XsltPackage).
since 9.8. Multiple packages may be supplied in the form of a PackageLibrary registered
with the underlying CompilerInfo, or may be listed in the configuration file. Alternatively they
can be imported explicitly (taking care over the order of importing) using XsltCompiler.importPackage(XsltPackage).
since 9.6. All collations are now registered at the level of the
Configuration. If this method is called, the effect is that the supplied collation
is registered with the configuration
since 9.6. All collations are now registered at the level of the
Configuration. If this method is called, the effect is that the supplied collation
is registered with the configuration
since 9.6. All collations are now registered at the level of the
Configuration. If this method is called, the effect is (a) the supplied collation
is registered with the configuration, and (b) if isDefault=true, the collation
becomes the default collation for this static context
since 9.6. Collations are now all held globally at the level of the
Configuration. Calling this method will get the relevant collation held in the Configuration.
since 9.7.0.2. In normal use this class feeds its output into a NamespaceReducer
which performs the equivalent of "namespace repairing" or "prefix invention": that is, it ensures
that when elements or attributes are written in a specific namespace, there is no need for an
explicit StreamWriterToReceiver.writeNamespace(String, String) call to create the namespace declaration.