Package | Description |
---|---|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyElementToken
special Token that matchs any element.
|
(package private) class |
AttributeRecoveryToken
special AttributeToken that memorizes
AttributeExp that fails to
validate itself. |
class |
AttributeToken
represents attribute and its value.
|
class |
ElementToken
a token that represents an XML element.
|
(package private) class |
StringRecoveryToken
special StringToken that acts as a wild card.
|
class |
StringToken
chunk of string.
|
Modifier and Type | Field and Description |
---|---|
static Token |
AnyElementToken.theInstance
use this singleton instance instead of creating an object.
|
private Token |
AttributeFeeder.token |
protected Token |
ResidualCalculator.token |
Modifier and Type | Method and Description |
---|---|
Expression |
ResidualCalculator.calcResidual(Expression exp,
Token token)
compute the residual
|
protected boolean |
ExpressionAcceptor.stepForward(Token token,
StringRef errRef) |