Package relaxngcc.automaton
package relaxngcc.automaton
-
ClassDescriptionAn alphabet in RelaxNGCC is one of following types: 1.Alphabet of the type "enter attribute."Alphabet of the type "enter element."Alphabet that "forks" a state into a set of sub-automata.Alphabet of the type "leave attribute."Alphabet of the type "leave element."Base class for (enter|leave)(Attribute|Element).Alphabet of the type "ref."Place holder for the description of HEAD(x).A State object has zero or more Transition objectsA Trnasition is a tuple of an Alphabet, a next state, and user-defined action.Implemented by those alphabets that have orders.