public class AnyNameItem extends NameClassItem
L, log| Constructor and Description |
|---|
AnyNameItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
firstSet(java.util.HashSet<QName> set)
Adds to the first set, the set of element names possible.
|
int |
hashCode() |
boolean |
matches(QName name)
Returns true if the name matches.
|
void |
setExcept(NameClassItem except)
Sets the exception pattern.
|
java.lang.String |
toSyntaxDescription(java.lang.String prefix)
Returns the pretty printed syntax.
|
errorpublic void setExcept(NameClassItem except)
public void firstSet(java.util.HashSet<QName> set)
firstSet in class NameClassItempublic boolean matches(QName name)
matches in class NameClassItempublic java.lang.String toSyntaxDescription(java.lang.String prefix)
toSyntaxDescription in class NameClassItempublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object