Uses of Interface
org.x4o.xml.lang.X4OLanguageConfiguration
Packages that use X4OLanguageConfiguration
Package
Description
The X4O XML Driver program interface.
The core config interfaces and key definitions.
-
Uses of X4OLanguageConfiguration in org.x4o.xml
Methods in org.x4o.xml that return X4OLanguageConfigurationModifier and TypeMethodDescriptionprotected X4OLanguageConfiguration
X4ODriver.buildLanguageConfiguration()
protected static X4OLanguageConfiguration
X4ODriverManager.getDefaultBuildLanguageConfiguration()
-
Uses of X4OLanguageConfiguration in org.x4o.xml.lang
Subinterfaces of X4OLanguageConfiguration in org.x4o.xml.langModifier and TypeInterfaceDescriptioninterface
X4OLanguageConfigurationLocal is for safe dynamic configuration.Classes in org.x4o.xml.lang that implement X4OLanguageConfigurationModifier and TypeClassDescriptionclass
AbstractX4OLanguageConfiguration.class
Provides all implementions of the different parts of the language parser.Methods in org.x4o.xml.lang that return X4OLanguageConfigurationModifier and TypeMethodDescriptionDefaultX4OLanguageConfiguration.createProxy()
X4OLanguageConfigurationLocal.createProxy()
DefaultX4OLanguage.getLanguageConfiguration()
X4OLanguage.getLanguageConfiguration()
Constructors in org.x4o.xml.lang with parameters of type X4OLanguageConfigurationModifierConstructorDescriptionDefaultX4OLanguage
(X4OLanguageConfiguration languageConfiguration, X4OPhaseManager phaseManager, String languageName, String languageVersion)