Package net.sf.saxon.trans
Class TypeAliasManager
java.lang.Object
net.sf.saxon.trans.TypeAliasManager
Manager for saxon:type-alias declarations in a stylesheet.
Saxon extension introduced in Saxon 9.8
This is a dummy version for Saxon-HE: the feature requires Saxon-PE or higher
-
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
-
TypeAliasManager
public TypeAliasManager()
-
-
Method Details
-
registerTypeAlias
-
processDeclaration
- Throws:
XPathException
-
processAllDeclarations
- Throws:
XPathException
-
getItemType
-