public class EldParser extends X4OParser
Modifier and Type | Field and Description |
---|---|
static String |
CEL_LANGUAGE
Defines the identifier of the 'Core Element Language' language.
|
static String |
EL_PARENT_ELEMENT_LANGUAGE_MODULE
The EL key to access the parent language module.
|
static String |
EL_PARENT_LANGUAGE_CONFIGURATION
The EL key to access the parent language configuration.
|
static String |
EL_PARENT_LANGUAGE_ELEMENT_LANGUAGE
The EL key to access the parent language element langauge.
|
static String |
ELD_LANGUAGE
Defines the identifier of the 'Element Language Description' language.
|
static String |
ELD_VERSION
Defines the identifier of the ELD x4o language.
|
Modifier | Constructor and Description |
---|---|
protected |
EldParser(boolean isEldCore)
Creates an Eld language parser for the language support.
|
|
EldParser(ElementLanguage elementLanguage,
ElementLanguageModule elementLanguageModule)
Creates the ELD x4o language parser.
|
|
EldParser(ElementLanguage elementLanguage,
ElementLanguageModule elementLanguageModule,
boolean isEldCore)
Creates the ELD or CEL x4o language parser.
|
Modifier and Type | Method and Description |
---|---|
protected X4ODriver |
getDriver()
Returns the X4ODriver object.
|
addELBeanInstance, doReleasePhaseManual, getProperty, loadElementLanguageSupport, parse, setProperty
parseFile, parseFile, parseResource, parseUrl, parseXml
public static final String ELD_VERSION
public static final String ELD_LANGUAGE
public static final String CEL_LANGUAGE
public static final String EL_PARENT_LANGUAGE_CONFIGURATION
public static final String EL_PARENT_ELEMENT_LANGUAGE_MODULE
public static final String EL_PARENT_LANGUAGE_ELEMENT_LANGUAGE
protected EldParser(boolean isEldCore)
isEldCore
- If true then langauge is not eld but cel.public EldParser(ElementLanguage elementLanguage, ElementLanguageModule elementLanguageModule)
elementLanguage
- The elementLanguage to fill.elementLanguageModule
- The elementLanguageModule from to fill.public EldParser(ElementLanguage elementLanguage, ElementLanguageModule elementLanguageModule, boolean isEldCore)
elementLanguage
- The elementLanguage to fill.elementLanguageModule
- The elementLanguageModule from to fill.isEldCore
- If true then langauge is not eld but cel.Copyright © 2004-2012 X4O. All Rights Reserved.