Class Alphabet.EnterAttribute

  • Enclosing class:
    Alphabet

    public static class Alphabet.EnterAttribute
    extends Alphabet.Markup
    Alphabet of the type "enter attribute."
    • Field Detail

      • leaveState

        public final State leaveState
        The state that will be reached when the whole attribute is consumed.
    • Constructor Detail

      • EnterAttribute

        public EnterAttribute​(NameClass key,
                              org.xml.sax.Locator loc,
                              State _leaveState)