public class TextItem extends Item
| Modifier and Type | Field and Description |
|---|---|
protected static L10N |
L |
static TextItem |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowEmpty()
Text allows the empty match.
|
boolean |
equals(java.lang.Object o)
Returns true if the object is an empty item.
|
void |
firstSet(java.util.HashSet<QName> set)
Returns the first set, the set of element names possible.
|
int |
hashCode()
Returns the hash code for the empty item.
|
boolean |
isSimpleSyntax()
True for simple syntax.
|
Item |
text(java.lang.CharSequence text)
Text repeats
|
java.lang.String |
toString() |
java.lang.String |
toSyntaxDescription(int depth)
Returns the pretty printed syntax.
|
addSyntaxNewline, allowAttribute, allowsElement, attributeEnd, attributeSet, emptyItemIterator, endElement, error, getItemsIterator, groupContinuation, inElementContinuation, interleaveContinuation, itemIterator, requiredFirstSet, setAttribute, startElementpublic void firstSet(java.util.HashSet<QName> set)
public boolean allowEmpty()
allowEmpty in class Itempublic java.lang.String toSyntaxDescription(int depth)
toSyntaxDescription in class Itempublic boolean isSimpleSyntax()
isSimpleSyntax in class Itempublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object