Package relaxngcc.automaton
Class Alphabet.EnterElement
- java.lang.Object
-
- relaxngcc.automaton.Alphabet
-
- relaxngcc.automaton.Alphabet.Markup
-
- relaxngcc.automaton.Alphabet.EnterElement
-
- Enclosing class:
- Alphabet
public static class Alphabet.EnterElement extends Alphabet.Markup
Alphabet of the type "enter 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
-
-
Constructor Summary
Constructors Constructor Description EnterElement(NameClass key, org.xml.sax.Locator loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alphabet.EnterElement
asEnterElement()
java.lang.String
toString()
-
Methods inherited from class relaxngcc.automaton.Alphabet.Markup
asMarkup, equals, getNameClass, hashCode
-
Methods inherited from class relaxngcc.automaton.Alphabet
asDataText, asEnterAttribute, asForAction, asFork, asLeaveAttribute, asLeaveElement, asRef, asText, asValueText, getType, isDataText, isEnterAttribute, isEnterElement, isForAction, isFork, isLeaveAttribute, isLeaveElement, isMarkup, isRef, isText, isValueText, printLocator
-
-
-
-
Constructor Detail
-
EnterElement
public EnterElement(NameClass key, org.xml.sax.Locator loc)
-
-
Method Detail
-
asEnterElement
public Alphabet.EnterElement asEnterElement()
- Overrides:
asEnterElement
in classAlphabet
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-