Alphabet.DataText, Alphabet.EnterAttribute, Alphabet.EnterElement, Alphabet.ForAction, Alphabet.Fork, Alphabet.LeaveAttribute, Alphabet.LeaveElement, Alphabet.Markup, Alphabet.Ref, Alphabet.Text, Alphabet.ValueText
_locator, DATA_TEXT, ENTER_ATTRIBUTE, ENTER_ELEMENT, FOR_ACTION, FORK, LEAVE_ATTRIBUTE, LEAVE_ELEMENT, REF_BLOCK, VALUE_TEXT
Constructor and Description |
---|
Alphabet.Ref(ScopeInfo _target,
org.xml.sax.Locator loc) |
Alphabet.Ref(ScopeInfo target,
java.lang.String alias,
java.lang.String params,
org.xml.sax.Locator loc) |
Modifier and Type | Method and Description |
---|---|
Alphabet.Ref |
asRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlias() |
java.lang.String |
getParams() |
ScopeInfo |
getTargetScope()
Gets the child scope to be spawned.
|
int |
hashCode() |
java.lang.String |
toString() |
asDataText, asEnterAttribute, asEnterElement, asForAction, asFork, asLeaveAttribute, asLeaveElement, asMarkup, asText, asValueText, getType, isDataText, isEnterAttribute, isEnterElement, isForAction, isFork, isLeaveAttribute, isLeaveElement, isMarkup, isRef, isText, isValueText, printLocator
public Alphabet.Ref(ScopeInfo target, java.lang.String alias, java.lang.String params, org.xml.sax.Locator loc)
public Alphabet.Ref(ScopeInfo _target, org.xml.sax.Locator loc)
public Alphabet.Ref asRef()
public ScopeInfo getTargetScope()
public java.lang.String getParams()
public java.lang.String getAlias()
public java.lang.String toString()
toString
in class java.lang.Object