relaxngcc.automaton
Class Alphabet.Ref
java.lang.Object
relaxngcc.automaton.Alphabet
relaxngcc.automaton.Alphabet.Ref
- Enclosing class:
- Alphabet
- public static final class Alphabet.Ref
- extends Alphabet
Alphabet of the type "ref."
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 |
Methods inherited from class relaxngcc.automaton.Alphabet |
asDataText, asEnterAttribute, asEnterElement, asForAction, asFork, asLeaveAttribute, asLeaveElement, asMarkup, 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 |
Alphabet.Ref
public Alphabet.Ref(ScopeInfo target,
java.lang.String alias,
java.lang.String params,
org.xml.sax.Locator loc)
Alphabet.Ref
public Alphabet.Ref(ScopeInfo _target,
org.xml.sax.Locator loc)
asRef
public Alphabet.Ref asRef()
- Overrides:
asRef
in class Alphabet
getTargetScope
public ScopeInfo getTargetScope()
- Gets the child scope to be spawned.
getParams
public java.lang.String getParams()
getAlias
public java.lang.String getAlias()
toString
public java.lang.String toString()
hashCode
public int hashCode()
- Specified by:
hashCode
in class Alphabet
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Alphabet