Package org.x4o.xml.lang.phase


package org.x4o.xml.lang.phase
The core phase classes which runs the different phases of the language.
Since:
1.0
  • Class
    Description
    AbstractX4OPhaseHandler a base class for creating a phase handler.
    X4OPhaseManager stores the X4OPhaseHandler and puts them in the right order.
    X4OPhase is one small step in the read or write process of the language.
    Is throw when there is en Exception within an Element.
    X4OPhaseLanguageInit defines all phases to initialize the language.
    Factory which can create X4OPhaseHandlers for all the predefined phases used in default x4o language parsing.
    X4OPhaseLanguageWrite defines all phases to write the language.
    An X4OPhaseListener can be placed on an X4OPhaseHandler and is called before and after the phase has runned.
    X4OPhaseManager stores the X4OPhaseHandler and puts them in the right order.
    X4OPhaseManagerLocal has the local config methods.
    X4OPhaseType defines which phase type there are to put phases in to execute.