Uses of Class
com.sun.msv.grammar.UnaryExp

Packages that use UnaryExp
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
 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
protected  void RunAwayExpressionChecker.unaryVisit(UnaryExp exp)
           
 



MSV