Uses of Interface
org.x4o.xml.lang.phase.X4OPhase
Packages that use X4OPhase
Package
Description
The X4O Input and Output classes.
The core config interfaces and key definitions.
The core phase classes which runs the different phases of the language.
-
Uses of X4OPhase in org.x4o.xml.io
Method parameters in org.x4o.xml.io with type arguments of type X4OPhase -
Uses of X4OPhase in org.x4o.xml.lang
Methods in org.x4o.xml.lang that return X4OPhaseModifier and TypeMethodDescriptionAbstractX4OLanguageSession.getPhaseCurrent()
X4OLanguageSession.getPhaseCurrent()
Returns the current X4OPhase of the parser.Methods in org.x4o.xml.lang with parameters of type X4OPhaseModifier and TypeMethodDescriptionvoid
AbstractX4OLanguageSession.setPhaseCurrent
(X4OPhase phaseCurrent) void
X4OLanguageSessionLocal.setPhaseCurrent
(X4OPhase phase) Sets the phase of the context. -
Uses of X4OPhase in org.x4o.xml.lang.phase
Classes in org.x4o.xml.lang.phase that implement X4OPhaseModifier and TypeClassDescriptionclass
AbstractX4OPhaseHandler a base class for creating a phase handler.class
Loads all sibling languages.Methods in org.x4o.xml.lang.phase that return X4OPhaseModifier and TypeMethodDescriptionGets an X4OPhase object by the phaseName.X4OPhaseException.getX4OPhaseHandler()
Returns the X4OPhaseHandler which created this Exception.X4OPhaseLanguageRead.releasePhase()
Methods in org.x4o.xml.lang.phase that return types with arguments of type X4OPhaseModifier and TypeMethodDescriptionDefaultX4OPhaseManager.getAllPhases()
Returns all the X4OPhaseHandlers.DefaultX4OPhaseManager.getOrderedPhases
(X4OPhaseType type) Returns all the X4OPhaseHandlers in ordered list.Methods in org.x4o.xml.lang.phase with parameters of type X4OPhaseModifier and TypeMethodDescriptionvoid
DefaultX4OPhaseManager.addX4OPhase
(X4OPhase phase) Adds an X4OPhaseHandler.void
X4OPhaseManagerLocal.addX4OPhase
(X4OPhase phase) void
X4OPhaseListener.endRunPhase
(X4OPhase phase, X4OLanguageSession languageSession) Gets called after the X4OPhaseHandler is runned.void
X4OPhaseListener.preRunPhase
(X4OPhase phase, X4OLanguageSession languageSession) 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.Constructors in org.x4o.xml.lang.phase with parameters of type X4OPhaseModifierConstructorDescriptionX4OPhaseException
(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.