Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class NullDestination
Class ParameterDetails
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StandardLogger
Class StaticContext
Class StaticError
Class TextWriterDestination
Class TreeProtector
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
Class XdmEmptySequence
Class XdmFunctionItem
Class XdmItem
Class XdmItemType
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class Xslt30Transformer
Class XsltCompiler
Class XsltExecutable
Class XsltPackage
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum WhitespacePolicy
Enum XdmAxis
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public class XsltPackage
An XsltPackage
object represents the result of compiling an XSLT 3.0 package, as
represented by an XML document containing an xsl:package
element.
@since 9.6
Property Summary | |
---|---|
Processor |
Processor Get the Processor from which this XsltCompiler was constructed |
String |
PackageName
* Get the name of the package (the URI appearing as the value of |
String |
Version Get the version number of the package (the value of the attribute |
Method Summary | |
---|---|
XsltExecutable |
Link() Link this package with the packages it uses to form an executable stylesheet. This process fixes up any cross-package references to files, templates, and other components, and checks to ensure that all such references are consistent. |
JStylesheetPackage |
getUnderlyingPreparedPackage() Escape-hatch interface to the underlying implementation class. |
Property Detail |
---|
public Processor Processor {get; }
Get the Processor from which this XsltCompiler was constructed
public String PackageName {get; }
* Get the name of the package (the URI appearing as the value of xsl:package/@name
)
*
public String Version {get; }
Get the version number of the package (the value of the attribute xsl:package/@package-version
Method Detail |
---|
public XsltExecutable Link()
Link this package with the packages it uses to form an executable stylesheet. This process fixes up any cross-package references to files, templates, and other components, and checks to ensure that all such references are consistent.
public JStylesheetPackage getUnderlyingPreparedPackage()
Escape-hatch interface to the underlying implementation class.