public class JavaPlatformPE extends JavaPlatform
Constructor and Description |
---|
JavaPlatformPE()
The constructor is called during the static initialization of the Configuration
|
Modifier and Type | Method and Description |
---|---|
void |
addFunctionLibraries(FunctionLibraryList list,
Configuration config,
int hostLanguage)
Add the platform-specific function libraries to a function library list.
|
void |
initialize(Configuration config)
Perform platform-specific initialization of the configuration
|
void |
registerAllBuiltInObjectModels(Configuration config)
Register all the external object models that are provided as standard
with the relevant edition of Saxon for this Configuration
|
canReturnCollationKeys, compileRegularExpression, getClassLoaderForGeneratedClass, getCollationKey, getExternalObjectType, getInstallationDirectory, getParserSource, getPlatformSuffix, getPlatformVersion, isDotNet, isJava, loadParser, makeCollation, setDefaultSAXParserFactory
public JavaPlatformPE()
public void initialize(Configuration config)
initialize
in interface Platform
initialize
in class JavaPlatform
config
- the Saxon Configurationpublic void addFunctionLibraries(FunctionLibraryList list, Configuration config, int hostLanguage)
addFunctionLibraries
in class JavaPlatform
list
- the function library list that is to be extendedconfig
- the ConfigurationhostLanguage
- the host language, for example Configuration.XQUERYpublic void registerAllBuiltInObjectModels(Configuration config)
registerAllBuiltInObjectModels
in interface Platform
registerAllBuiltInObjectModels
in class JavaPlatform
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.