Package relaxngcc.automaton
Class Alphabet.Markup
- java.lang.Object
-
- relaxngcc.automaton.Alphabet
-
- relaxngcc.automaton.Alphabet.Markup
-
- Direct Known Subclasses:
Alphabet.EnterAttribute
,Alphabet.EnterElement
,Alphabet.LeaveAttribute
,Alphabet.LeaveElement
- Enclosing class:
- Alphabet
public abstract static class Alphabet.Markup extends Alphabet
Base class for (enter|leave)(Attribute|Element).
-
-
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
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alphabet.Markup
asMarkup()
boolean
equals(java.lang.Object o)
NameClass
getNameClass()
int
hashCode()
-
Methods inherited from class relaxngcc.automaton.Alphabet
asDataText, asEnterAttribute, asEnterElement, asForAction, asFork, asLeaveAttribute, asLeaveElement, asRef, asText, asValueText, getType, isDataText, isEnterAttribute, isEnterElement, isForAction, isFork, isLeaveAttribute, isLeaveElement, isMarkup, isRef, isText, isValueText, printLocator
-
-