Uses of Class
org.x4o.xml.lang.phase.X4OPhaseException
Packages that use X4OPhaseException
Package
Description
The X4O Input and Output classes.
The core phase classes which runs the different phases of the language.
-
Uses of X4OPhaseException in org.x4o.xml.io
Methods in org.x4o.xml.io that throw X4OPhaseExceptionModifier and TypeMethodDescriptionvoidX4ODebugWriter.debugPhaseOrder(List<X4OPhase> phases) voidDefaultX4OReader.releaseSession(X4OLanguageSession context) voidX4OReaderSession.releaseSession(X4OLanguageSession context) -
Uses of X4OPhaseException in org.x4o.xml.lang.phase
Methods in org.x4o.xml.lang.phase that throw X4OPhaseExceptionModifier and TypeMethodDescriptionvoidDefaultX4OPhaseManager.doReleasePhaseManual(X4OLanguageSession languageSession) Run release phase manual if auto release is disabled by config.voidX4OPhaseManager.doReleasePhaseManual(X4OLanguageSession languageSession) Runs release phase if it was requested not to run it automaticly.voidX4OPhaseListener.endRunPhase(X4OPhase phase, X4OLanguageSession languageSession) Gets called after the X4OPhaseHandler is runned.voidX4OPhaseListener.preRunPhase(X4OPhase phase, X4OLanguageSession languageSession) Gets called before the X4OPhaseHandler is run.abstract voidAbstractX4OPhase.runElementPhase(Element element) Abstract method.voidX4OPhase.runElementPhase(Element element) Run this phase for this Element.voidX4OPhaseLanguageInit.X4OPhaseInitLanguageSiblings.runElementPhase(Element element) voidAbstractX4OPhase.runPhase(X4OLanguageSession elementLanguage) Empty method.voidX4OPhase.runPhase(X4OLanguageSession elementLanguage) Runs this phase.voidX4OPhaseLanguageInit.X4OPhaseInitLanguageSiblings.runPhase(X4OLanguageSession languageSession) voidDefaultX4OPhaseManager.runPhases(X4OLanguageSession languageSession, X4OPhaseType type) Runs all the phases in the right order.voidX4OPhaseManager.runPhases(X4OLanguageSession elementContext, X4OPhaseType type) Runs all the phases in the right order.voidDefaultX4OPhaseManager.runPhasesForElement(Element e, X4OPhaseType type, X4OPhase p) Runs phase on single element.voidX4OPhaseManager.runPhasesForElement(Element e, X4OPhaseType type, X4OPhase p) Runs phase on single element.