Uses of Interface
com.sun.msv.grammar.DataOrValueExp
-
Packages that use DataOrValueExp 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. -
-
Uses of DataOrValueExp in com.sun.msv.grammar
Classes in com.sun.msv.grammar that implement DataOrValueExp Modifier and Type Class Description classDataExpExpression that matchs characters of the particularDatatype.classValueExpExpression that matchs a particular value of aDatatype. -
Uses of DataOrValueExp in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type DataOrValueExp Modifier and Type Method Description private java.lang.StringExpressionAcceptor. getDiagnosisFromTypedString(DataOrValueExp exp, StringToken value)gets error diagnosis message from datatype.
-