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.
|
error
public void setExcept(NameClassItem except)
public void firstSet(java.util.HashSet<QName> set)
firstSet
in class NameClassItem
public boolean matches(QName name)
matches
in class NameClassItem
public java.lang.String toSyntaxDescription(java.lang.String prefix)
toSyntaxDescription
in class NameClassItem
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object