Package com.saxonica.ee.trans
Class PackageLoaderEE
java.lang.Object
net.sf.saxon.trans.PackageLoaderHE
com.saxonica.trans.PackageLoaderPE
com.saxonica.ee.trans.PackageLoaderEE
- All Implemented Interfaces:
IPackageLoader
Saxon-EE version of PackageLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.trans.PackageLoaderHE
PackageLoaderHE.ExpressionLoader, PackageLoaderHE.PatternLoader -
Field Summary
Fields inherited from class net.sf.saxon.trans.PackageLoaderHE
allPackages, completionActions, eMap, fixups, licensableConstructs, localBindings, packStack, topLevelPackage, userFunctions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UserFunctionmakeFunction(String flags) protected voidreadSchemata(NodeInfo packageElement, Map<String, Schema> usedSchemata) Methods inherited from class com.saxonica.trans.PackageLoaderPE
addVendorFunctionLibrary, makeEXPathBinaryFunction, makeEXPathFileFunction, processComponentReference, readSchemaNamespacesMethods inherited from class net.sf.saxon.trans.PackageLoaderHE
addCompletionAction, fromExportedNamespaces, getChild, getChildExpressionArray, getChildExpressionList, getChildWithRole, getConfiguration, getExpressionWithRole, getFirstChildExpression, getInheritedAttribute, getIntegerAttribute, getListOfQNameAttribute, getLongAttribute, getNthChildExpression, getOperator, getPackage, getPackStack, getPatternWithRole, getQNameAttribute, getSchema, getSecondChildExpression, getTopLevelPackage, getTypeAttribute, loadExpression, loadPackage, loadPackageDoc, loadPackageElement, makeAtomicComparer, makeRetainedStaticContext, needsEELicense, needsPELicense, parseAlphaCode, parseAlphaCodeForItemType, parseAlphaCodeForNodeTest, parseItemTypeAttribute, parseSequenceType, processAccumulatorList, readFunction
-
Constructor Details
-
PackageLoaderEE
-
-
Method Details
-
makeFunction
- Overrides:
makeFunctionin classPackageLoaderPE
-
readSchemata
protected void readSchemata(NodeInfo packageElement, Map<String, Schema> usedSchemata) throws XPathException- Overrides:
readSchematain classPackageLoaderHE- Throws:
XPathException
-