Uses of Class
com.sun.msv.grammar.DataExp
Packages that use DataExp
Package
Description
abstract grammar model(AGM): common part.
Miscellaneous utility classes.
reads XML representation of grammar and creates AGM.
Non-essential schema conformance checks.
shared code between RELAX NG reader and TREX reader.
parses RELAX NG into AGM.
VGM implementation by using regular expression derivation algorithm.
AGM to RELAX NG converter
-
Uses of DataExp in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type DataExpModifier and TypeMethodDescriptionvoid
-
Uses of DataExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type DataExp -
Uses of DataExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type DataExp -
Uses of DataExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type DataExp -
Uses of DataExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type DataExp -
Uses of DataExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type DataExp -
Uses of DataExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type DataExp -
Uses of DataExp in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type DataExpModifier and TypeMethodDescriptionboolean
boolean
DataExp can consume this token if its datatype can accept this stringboolean
returns true if the given DataExp can consume this tokenvoid
final Object
-
Uses of DataExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type DataExp