Package | Description |
---|---|
org.x4o.xml.io.sax |
The Sax based classes and interfaces.
|
org.x4o.xml.lang |
The core config interfaces and key definitions.
|
org.x4o.xml.lang.phase |
The core phase classes which runs the different phases of the language.
|
Modifier and Type | Method and Description |
---|---|
void |
X4ODebugWriter.debugPhaseOrder(List<X4OPhase> phases) |
Modifier and Type | Method and Description |
---|---|
X4OPhase |
X4OLanguageContext.getCurrentPhase()
Returns the current X4OPhase of the parser.
|
X4OPhase |
AbstractX4OLanguageContext.getCurrentPhase() |
Modifier and Type | Method and Description |
---|---|
Map<Element,X4OPhase> |
X4OLanguageContext.getDirtyElements()
Get all Dirty Elements.
|
Map<Element,X4OPhase> |
AbstractX4OLanguageContext.getDirtyElements() |
Modifier and Type | Method and Description |
---|---|
void |
X4OLanguageContext.addDirtyElement(Element element,
X4OPhase phase)
Marks an (new) Element as dirty and run the phases from this start phase.
|
void |
AbstractX4OLanguageContext.addDirtyElement(Element element,
X4OPhase phase) |
void |
X4OLanguageContextLocal.setCurrentPhase(X4OPhase phase)
Sets the phase of the context.
|
void |
AbstractX4OLanguageContext.setCurrentPhase(X4OPhase currentX4OPhase) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractX4OPhase
AbstractX4OPhaseHandler a base class for creating a phase handler.
|
Modifier and Type | Method and Description |
---|---|
X4OPhase |
X4OPhaseLanguageRead.debugPhase(X4OPhase afterPhase)
Creates an debug phase
|
X4OPhase |
DefaultX4OPhaseManager.getPhase(String phaseName) |
X4OPhase |
X4OPhaseManager.getPhase(String phaseName) |
X4OPhase |
X4OPhaseException.getX4OPhaseHandler()
Returns the X4OPhaseHandler which created this Exception.
|
X4OPhase |
X4OPhaseLanguageRead.releasePhase() |
Modifier and Type | Method and Description |
---|---|
List<X4OPhase> |
DefaultX4OPhaseManager.getAllPhases()
Returns all the X4OPhaseHandlers.
|
Collection<X4OPhase> |
X4OPhaseManager.getAllPhases()
Returns all the X4OPhaseHandlers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultX4OPhaseManager.addX4OPhase(X4OPhase phase)
Adds an X4OPhaseHandler.
|
X4OPhase |
X4OPhaseLanguageRead.debugPhase(X4OPhase afterPhase)
Creates an debug phase
|
void |
X4OPhaseListener.endRunPhase(X4OPhase phase,
X4OLanguageContext elementLanguage)
Gets called after the X4OPhaseHandler is runned.
|
void |
X4OPhaseListener.preRunPhase(X4OPhase phase,
X4OLanguageContext elementLanguage)
Gets called before the X4OPhaseHandler is run.
|
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.
|
Constructor and Description |
---|
X4OPhaseException(X4OPhase exceptionPhase,
Exception e)
Creates an ElementException from a parent exception.
|
X4OPhaseException(X4OPhase exceptionPhase,
String message)
Creates an ElementException from a parent exception.
|
X4OPhaseException(X4OPhase exceptionPhase,
String message,
Exception e)
Creates an ElementException from a parent exception.
|
Copyright © 2004-2013 X4O. All Rights Reserved.