public class SwiXmlParser extends X4OParser
Modifier and Type | Class and Description |
---|---|
static class |
SwiXmlParser.SwiXmlVersion
SwiXmlVersion defines the xml language version to parse.
|
Modifier and Type | Field and Description |
---|---|
static String |
LANGUAGE |
static String |
SWING_ENGINE_EL_NAME |
static String |
VERSION_2_NS_URI |
Modifier | Constructor and Description |
---|---|
|
SwiXmlParser(SwingEngine engine,
SwiXmlParser.SwiXmlVersion xmlVersion)
Creates an SwiXmlParser with an SwingEngine and a xml version.
|
protected |
SwiXmlParser(SwiXmlParser.SwiXmlVersion xmlVersion)
Protected constructor for write schema api.
|
Modifier and Type | Method and Description |
---|---|
Component |
getRootComponent()
Returns after parsing the root component.
|
static SwingEngine |
getSwingEngine(ElementLanguage elementLanguage)
Helper for while parsing to get the SwingEngine.
|
addELBeanInstance, doReleasePhaseManual, getDriver, getProperty, loadElementLanguageSupport, parse, setProperty
parseFile, parseFile, parseResource, parseUrl, parseXml
public static final String LANGUAGE
public static final String VERSION_2_NS_URI
public static final String SWING_ENGINE_EL_NAME
protected SwiXmlParser(SwiXmlParser.SwiXmlVersion xmlVersion)
xmlVersion
- The xml version.public SwiXmlParser(SwingEngine engine, SwiXmlParser.SwiXmlVersion xmlVersion)
engine
- The SwingEngine to parse for.xmlVersion
- The xml language version to parse.public Component getRootComponent()
public static SwingEngine getSwingEngine(ElementLanguage elementLanguage)
elementLanguage
- The elementLanguage to get the swingEngine out.Copyright © 2004-2012 X4O. All Rights Reserved.