public class XmlSpecialForm
extends java.lang.Object
| Constructor and Description |
|---|
XmlSpecialForm(ArrayList textArgs)
Constructs an XmlSpecialForm denoting a text form with the
given ArrayList of XmlTextInfoArg arguments.
|
XmlSpecialForm(XmlTextInfoArg[] textArgs)
Constructs an XmlSpecialForm denoting a text form with the
given XmlTextInfoArg[]
array of arguments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValue()
Returns true iff this denotes a terminal value.
|
XmlTextInfoArg[] |
textArgs()
Returns the textArgs[] array.
|
java.lang.String |
toString()
Returns a String form of this XmlSpecialForm.
|
static XmlSpecialForm |
value()
Returns the canonical XmlSpecialForm denoting a
terminal value.
|
public XmlSpecialForm(XmlTextInfoArg[] textArgs)
public XmlSpecialForm(ArrayList textArgs)
public static XmlSpecialForm value()
public boolean isValue()
public XmlTextInfoArg[] textArgs()
public final java.lang.String toString()
toString in class java.lang.Object