com.sun.msv.verifier.regexp
public abstract class Token extends Object
Method Summary | |
---|---|
boolean | match(ElementExp p) returns true if the given ElementExp can consume this token |
boolean | match(AttributeExp p) |
boolean | match(DataExp p) returns true if the given DataExp can consume this token |
boolean | match(ValueExp p) |
boolean | match(ListExp p) returns true if the given ListExp can consume this token |
boolean | matchAnyString() returns true if anyString pattern can consume this token |