Package | Description |
---|---|
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DataExp
Expression that matchs characters of the particular
Datatype . |
class |
ValueExp
Expression that matchs a particular value of a
Datatype . |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
ExpressionAcceptor.getDiagnosisFromTypedString(DataOrValueExp exp,
StringToken value)
gets error diagnosis message from datatype.
|