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 platformvoid
initialize
(Configuration config) Perform platform-specific initialization of the configurationMethods inherited from class com.saxonica.config.JavaPlatformPE
addFunctionLibraries, hasICUCollator, hasICUNumberer, makeUcaCollator, registerAllBuiltInObjectModels
Methods 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, setDefaultSAXParserFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
initialize
in interfacePlatform
- Overrides:
initialize
in classJavaPlatformPE
- Parameters:
config
- the Saxon Configuration
-
getDefaultDynamicLoader
Get the default DynamicLoader for the platform- Specified by:
getDefaultDynamicLoader
in interfacePlatform
- Overrides:
getDefaultDynamicLoader
in classJavaPlatformPE
- Returns:
- the default DynamicLoader
-