com.sun.msv.verifier.regexp

Class Token

Known Direct Subclasses:
AttributeToken, ElementToken, StringToken

public abstract class Token
extends Object

primitive unit of XML instance. this object is fed to expression.
Author:
Kohsuke KAWAGUCHI

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

Method Details

match

public boolean match(AttributeExp p)

match

public boolean match(DataExp p)
returns true if the given DataExp can consume this token

match

public boolean match(ElementExp p)
returns true if the given ElementExp can consume this token

match

public boolean match(ListExp p)
returns true if the given ListExp can consume this token

match

public boolean match(ValueExp p)

matchAnyString

public boolean matchAnyString()
returns true if anyString pattern can consume this token