Package com.saxonica.config
Class JavaPlatformEE
java.lang.Object
net.sf.saxon.java.JavaPlatform
com.saxonica.config.JavaPlatformPE
com.saxonica.config.JavaPlatformEE
- All Implemented Interfaces:
Platform
Implementation of the Platform class containing methods specific to the Java platform
(as distinct from .NET) for Saxon-EE.
This is a singleton class with no instance data.
-
Constructor Summary
ConstructorsConstructorDescriptionThe constructor is called during the static initialization of the Configuration -
Method Summary
Modifier and TypeMethodDescriptionGet the default DynamicLoader for the platformvoidinitialize(Configuration config) Perform platform-specific initialization of the configurationMethods inherited from class com.saxonica.config.JavaPlatformPE
addFunctionLibraries, hasICUCollator, hasICUNumberer, makeUcaCollator, registerAllBuiltInObjectModelsMethods inherited from class net.sf.saxon.java.JavaPlatform
canReturnCollationKeys, compileRegularExpression, getCollationKey, getDefaultCountry, getDefaultLanguage, getExternalObjectType, getInstallationDirectory, getPlatformSuffix, getPlatformVersion, isDotNet, isJava, isWindows, JAXPStaticContextCheck, loadParser, loadParserForXmlFragments, locateResource, makeCollation, makeStandardModuleURIResolver, resolveSource, setDefaultSAXParserFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.Platform
showEmbeddedResources
-
Constructor Details
-
JavaPlatformEE
public JavaPlatformEE()The constructor is called during the static initialization of the Configuration
-
-
Method Details
-
initialize
Perform platform-specific initialization of the configuration- Specified by:
initializein interfacePlatform- Overrides:
initializein classJavaPlatformPE- Parameters:
config- the Saxon Configuration
-
getDefaultDynamicLoader
Get the default DynamicLoader for the platform- Specified by:
getDefaultDynamicLoaderin interfacePlatform- Overrides:
getDefaultDynamicLoaderin classJavaPlatformPE- Returns:
- the default DynamicLoader
-