com.sun.msv.verifier.regexp
Class AttributeToken
java.lang.Object
com.sun.msv.verifier.regexp.Token
com.sun.msv.verifier.regexp.AttributeToken
- public class AttributeToken
- extends Token
represents attribute and its value.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localName
public java.lang.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 java.lang.String namespaceURI
qName
public java.lang.String qName
value
public StringToken value
match
public boolean match(AttributeExp exp)
- Overrides:
match
in class Token
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.