See: Description
Interface | Description |
---|---|
IPackageLoader |
Class | Description |
---|---|
PackageDetails |
Information about a package held in a package library; the package may or may not be loaded in memory
|
PackageInspector |
The PIGrabber class is a Receiver that looks at an incoming stylesheet document
and extracts the package name and version from the root element; parsing is then
abandoned.
|
PackageLibrary |
A PackageLibrary represents a collection of packages that can be searched, typically to satisfy
an xsl:use-package declaration.
|
PackageNameGrabber |
The PackageNameGrabber class is a Receiver that looks for xsl:packahe
instructions and tests whether they match specified criteria; for those that do, it creates
an InputSource object referring to the relevant stylesheet
|
UsePack |
Describes an xsl:use-package requirement from within a package,
in terms of a name and a set of version ranges
|
VersionedPackageName |
This class represents the combination of an XSLT package name (that is, a URI) and a version
number
|
This package contains classes used to support creation of XSLT 3.0 packages. Note that creation of packages is specific to Saxon-EE, but such packages can in general be loaded and executed by Saxon-HE or Saxon-PE.
None of these classes will be used by typical user applications.
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.