Package | Description |
---|---|
org.x4o.xml.core |
The core classes which startup the language.
|
org.x4o.xml.element |
The X4O XML Element interfaces.
|
Modifier and Type | Field and Description |
---|---|
static X4OPhase |
X4OPhase.FIRST_PHASE
Defines which phase we start, when context is created.
|
protected X4OPhase |
AbstractX4OPhaseHandler.phase |
Modifier and Type | Method and Description |
---|---|
X4OPhase |
AbstractX4OPhaseHandler.getX4OPhase() |
X4OPhase |
X4OPhaseHandler.getX4OPhase()
Returns the X4OPhase for which this handler was written.
|
static X4OPhase |
X4OPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X4OPhase[] |
X4OPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
X4OPhaseManager.runPhasesForElement(Element e,
X4OPhase p) |
Modifier and Type | Method and Description |
---|---|
X4OPhase |
ElementLanguage.getCurrentX4OPhase()
Returns the current X4OPhase of the parser.
|
X4OPhase |
AbstractElementLanguage.getCurrentX4OPhase() |
Modifier and Type | Method and Description |
---|---|
Map<Element,X4OPhase> |
ElementLanguage.getDirtyElements()
Get all Dirty Elements.
|
Map<Element,X4OPhase> |
AbstractElementLanguage.getDirtyElements() |
Modifier and Type | Method and Description |
---|---|
void |
ElementLanguage.addDirtyElement(Element element,
X4OPhase phase)
Marks an (new) Element as dirty and run the phases from this start phase.
|
void |
AbstractElementLanguage.addDirtyElement(Element element,
X4OPhase phase) |
void |
ElementLanguage.setCurrentX4OPhase(X4OPhase phase)
Sets the phase of the context.
|
void |
AbstractElementLanguage.setCurrentX4OPhase(X4OPhase currentX4OPhase) |
Copyright © 2004-2012 X4O. All Rights Reserved.