Package com.sun.msv.verifier.regexp
Class AttributeRecoveryToken
- java.lang.Object
-
- com.sun.msv.verifier.regexp.Token
-
- com.sun.msv.verifier.regexp.AttributeToken
-
- com.sun.msv.verifier.regexp.AttributeRecoveryToken
-
final class AttributeRecoveryToken extends AttributeToken
special AttributeToken that memorizesAttributeExp
that fails to validate itself.
-
-
Field Summary
Fields Modifier and Type Field Description private Expression
failedExp
-
Fields inherited from class com.sun.msv.verifier.regexp.AttributeToken
docDecl, localName, matchedExp, namespaceURI, qName, value
-
-
Constructor Summary
Constructors Constructor Description AttributeRecoveryToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, StringToken value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Expression
getFailedExp()
boolean
match(AttributeExp exp)
-
Methods inherited from class com.sun.msv.verifier.regexp.AttributeToken
createRecoveryAttToken, reinit
-
Methods inherited from class com.sun.msv.verifier.regexp.Token
isIgnorable, match, match, match, match, matchAnyString
-
-
-
-
Field Detail
-
failedExp
private Expression failedExp
-
-
Constructor Detail
-
AttributeRecoveryToken
AttributeRecoveryToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, StringToken value)
-
-
Method Detail
-
match
public boolean match(AttributeExp exp)
- Overrides:
match
in classAttributeToken
-
getFailedExp
Expression getFailedExp()
-
-