Package com.sun.msv.verifier.regexp
Class AttributeToken
java.lang.Object
com.sun.msv.verifier.regexp.Token
com.sun.msv.verifier.regexp.AttributeToken
represents attribute and its value.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
Modifier and TypeFieldDescriptionprotected REDocumentDeclaration
holds a reference to the assigned type. -
Constructor Summary
ModifierConstructorDescriptionprotected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) protected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, String value, IDContextProvider2 context) -
Method Summary
-
Field Details
-
namespaceURI
-
localName
-
qName
-
value
-
docDecl
-
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.
-
-
Constructor Details
-
AttributeToken
protected AttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, String value, IDContextProvider2 context) -
AttributeToken
protected AttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value)
-
-
Method Details