relaxngcc.automaton
Class Alphabet.LeaveAttribute

java.lang.Object
  extended by relaxngcc.automaton.Alphabet
      extended by relaxngcc.automaton.Alphabet.Markup
          extended by relaxngcc.automaton.Alphabet.LeaveAttribute
Enclosing class:
Alphabet

public static class Alphabet.LeaveAttribute
extends Alphabet.Markup

Alphabet of the type "leave 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
 
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
Alphabet.LeaveAttribute(NameClass key, org.xml.sax.Locator loc)
           
 
Method Summary
 Alphabet.LeaveAttribute asLeaveAttribute()
           
 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, asEnterElement, asForAction, asFork, 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
 

Constructor Detail

Alphabet.LeaveAttribute

public Alphabet.LeaveAttribute(NameClass key,
                               org.xml.sax.Locator loc)
Method Detail

asLeaveAttribute

public Alphabet.LeaveAttribute asLeaveAttribute()
Overrides:
asLeaveAttribute in class Alphabet

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object