relaxngcc.automaton
Class Alphabet.EnterAttribute
java.lang.Object
relaxngcc.automaton.Alphabet
relaxngcc.automaton.Alphabet.Markup
relaxngcc.automaton.Alphabet.EnterAttribute
- Enclosing class:
- Alphabet
- public static class Alphabet.EnterAttribute
- extends Alphabet.Markup
Alphabet of the type "enter attribute."
Nested classes 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 |
State |
leaveState
The state that will be reached when the whole attribute
is consumed. |
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 |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
leaveState
public final State leaveState
- The state that will be reached when the whole attribute
is consumed.
Alphabet.EnterAttribute
public Alphabet.EnterAttribute(NameClass key,
org.xml.sax.Locator loc,
State _leaveState)
asEnterAttribute
public Alphabet.EnterAttribute asEnterAttribute()
- Overrides:
asEnterAttribute
in class Alphabet
toString
public java.lang.String toString()