Package relaxngcc.automaton
Class Alphabet.EnterAttribute
java.lang.Object
relaxngcc.automaton.Alphabet
relaxngcc.automaton.Alphabet.Markup
relaxngcc.automaton.Alphabet.EnterAttribute
- Enclosing class:
- Alphabet
Alphabet of the type "enter attribute."
-
Nested Class Summary
Nested classes/interfaces inherited from class relaxngcc.automaton.Alphabet
Alphabet.DataText, Alphabet.EnterAttribute, Alphabet.EnterElement, Alphabet.ForAction, Alphabet.Fork, Alphabet.LeaveAttribute, Alphabet.LeaveElement, Alphabet.Markup, Alphabet.Ref, Alphabet.Text, Alphabet.ValueText
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal State
The state that will be reached when the whole attribute is consumed.Fields inherited from class relaxngcc.automaton.Alphabet
_locator, DATA_TEXT, ENTER_ATTRIBUTE, ENTER_ELEMENT, FOR_ACTION, FORK, LEAVE_ATTRIBUTE, LEAVE_ELEMENT, REF_BLOCK, VALUE_TEXT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class relaxngcc.automaton.Alphabet.Markup
asMarkup, equals, getNameClass, hashCode
Methods inherited from class relaxngcc.automaton.Alphabet
asDataText, asEnterElement, asForAction, asFork, asLeaveAttribute, asLeaveElement, asRef, asText, asValueText, getType, isDataText, isEnterAttribute, isEnterElement, isForAction, isFork, isLeaveAttribute, isLeaveElement, isMarkup, isRef, isText, isValueText, printLocator
-
Field Details
-
leaveState
The state that will be reached when the whole attribute is consumed.
-
-
Constructor Details
-
EnterAttribute
-
-
Method Details
-
asEnterAttribute
- Overrides:
asEnterAttribute
in classAlphabet
-
toString
-