Package net.sf.saxon.trans
Class TypeAliasManager
java.lang.Object
net.sf.saxon.trans.TypeAliasManager
Manager for xsl:item-type declarations in a stylesheet.
Language extension proposed for XSLT 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItemType
(StructuredQName alias) void
processAllDeclarations
(List<ComponentDeclaration> topLevel) void
processDeclaration
(ComponentDeclaration declaration) void
registerTypeAlias
(StructuredQName name, ItemType type)
-
Constructor Details
-
Method Details
-
registerTypeAlias
-
processDeclaration
- Throws:
XPathException
-
processAllDeclarations
- Throws:
XPathException
-
getItemType
-