Package | Description |
---|---|
org.x4o.xml.lang.phase |
The core phase classes which runs the different phases of the language.
|
Modifier and Type | Method and Description |
---|---|
X4OPhaseType |
X4OPhase.getType() |
static X4OPhaseType |
X4OPhaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X4OPhaseType[] |
X4OPhaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<X4OPhase> |
DefaultX4OPhaseManager.getOrderedPhases(X4OPhaseType type)
Returns all the X4OPhaseHandlers in ordered list.
|
List<X4OPhase> |
X4OPhaseManager.getOrderedPhases(X4OPhaseType type)
Returns all the X4OPhaseHandlers in ordered list.
|
void |
DefaultX4OPhaseManager.runPhases(X4OLanguageContext languageContext,
X4OPhaseType type)
Runs all the phases in the right order.
|
void |
X4OPhaseManager.runPhases(X4OLanguageContext elementContext,
X4OPhaseType type)
Runs all the phases in the right order.
|
void |
DefaultX4OPhaseManager.runPhasesForElement(Element e,
X4OPhaseType type,
X4OPhase p)
Runs phase on single element.
|
void |
X4OPhaseManager.runPhasesForElement(Element e,
X4OPhaseType type,
X4OPhase p)
Runs phase on single element.
|
Copyright © 2004-2013 X4O. All Rights Reserved.