|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.relaxng.program.NameClassItem
public abstract class NameClassItem
Matches names.
Field Summary | |
---|---|
protected static L10N |
L
|
protected static java.util.logging.Logger |
log
|
Constructor Summary | |
---|---|
NameClassItem()
|
Method Summary | |
---|---|
protected RelaxException |
error(java.lang.String msg)
Throws an error. |
void |
firstSet(java.util.HashSet<QName> set)
Adds to the first set, the set of element names possible. |
abstract boolean |
matches(QName name)
Returns true if the name matches. |
abstract java.lang.String |
toSyntaxDescription(java.lang.String prefix)
Returns the pretty printed syntax. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final L10N L
protected static final java.util.logging.Logger log
Constructor Detail |
---|
public NameClassItem()
Method Detail |
---|
public void firstSet(java.util.HashSet<QName> set)
public abstract boolean matches(QName name)
public abstract java.lang.String toSyntaxDescription(java.lang.String prefix)
protected RelaxException error(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |