|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.verifier.regexp.Token
public abstract class Token
primitive unit of XML instance. this object is fed to expression.
Constructor Summary | |
---|---|
Token()
|
Method Summary | |
---|---|
boolean |
match(AttributeExp p)
|
boolean |
match(DataExp p)
returns true if the given DataExp can consume this token |
boolean |
match(ElementExp p)
returns true if the given ElementExp can consume this token |
boolean |
match(ListExp p)
returns true if the given ListExp can consume this token |
boolean |
match(ValueExp p)
|
boolean |
matchAnyString()
returns true if anyString pattern can consume this token |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Token()
Method Detail |
---|
public boolean match(ElementExp p)
public boolean match(AttributeExp p)
public boolean match(DataExp p)
public boolean match(ValueExp p)
public boolean match(ListExp p)
public boolean matchAnyString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |