Uses of Class
com.sun.msv.grammar.UnaryExp
-
Packages that use UnaryExp Package Description com.sun.msv.grammar abstract grammar model(AGM): common part.com.sun.msv.reader reads XML representation of grammar and creates AGM. -
-
Uses of UnaryExp in com.sun.msv.grammar
Subclasses of UnaryExp in com.sun.msv.grammar Modifier and Type Class Description class
ListExp
<list> of RELAX NG.class
MixedExp
<mixed> of RELAX.class
OneOrMoreExp
A+. -
Uses of UnaryExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type UnaryExp Modifier and Type Method Description protected void
RunAwayExpressionChecker. unaryVisit(UnaryExp exp)
-