com.sun.msv.verifier.regexp

Class AttributeToken

public class AttributeToken extends Token

represents attribute and its value.

Author: Kohsuke KAWAGUCHI

Field Summary
StringlocalName
AttributeExpmatchedExp
holds a reference to the assigned type.
StringnamespaceURI
StringqName
StringTokenvalue
Method Summary
booleanmatch(AttributeExp exp)

Field Detail

localName

public String localName

matchedExp

public AttributeExp matchedExp
holds a reference to the assigned type. If this AttributeToken is successfully consumed, then this field contains the AttributeExp which consumed this token. If this token is not consumed or several different AttributeExps consumed this token, then null.

namespaceURI

public String namespaceURI

qName

public String qName

value

public StringToken value

Method Detail

match

public boolean match(AttributeExp exp)