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

Packages that use DataExp
com.sun.msv.generator   
com.sun.msv.grammar abstract grammar model(AGM): common part. 
com.sun.msv.grammar.util Miscellaneous utility classes. 
com.sun.msv.reader reads XML representation of grammar and creates AGM. 
com.sun.msv.reader.relax.core.checker Non-essential schema conformance checks. 
com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader. 
com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. 
com.sun.msv.writer.relaxng AGM to RELAX NG converter 
 

Uses of DataExp in com.sun.msv.generator
 

Methods in com.sun.msv.generator with parameters of type DataExp
 void Generator.onData(DataExp exp)
           
 Expression NoneTypeRemover.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.grammar
 

Methods in com.sun.msv.grammar with parameters of type DataExp
 Expression ExpressionVisitorExpression.onData(DataExp exp)
           
 Object ExpressionVisitor.onData(DataExp exp)
           
 Expression ExpressionCloner.onData(DataExp exp)
           
 boolean ExpressionVisitorBoolean.onData(DataExp exp)
           
 void ExpressionVisitorVoid.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.grammar.util
 

Methods in com.sun.msv.grammar.util with parameters of type DataExp
 void ExpressionWalker.onData(DataExp exp)
           
 Object ExpressionPrinter.onData(DataExp exp)
           
 boolean ExpressionFinder.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.reader
 

Methods in com.sun.msv.reader with parameters of type DataExp
 void RunAwayExpressionChecker.onData(DataExp exp)
           
 

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
 void IdAbuseChecker.onData(DataExp exp)
           
 boolean ExportedHedgeRuleChecker.onData(DataExp exp)
           
 void DblAttrConstraintChecker.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.reader.trex
 

Methods in com.sun.msv.reader.trex with parameters of type DataExp
 Object TREXSequencedStringChecker.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.verifier.regexp
 

Methods in com.sun.msv.verifier.regexp with parameters of type DataExp
 boolean StringToken.match(DataExp exp)
          DataExp can consume this token if its datatype can accept this string
 boolean Token.match(DataExp p)
          returns true if the given DataExp can consume this token
 Expression ResidualCalculator.onData(DataExp exp)
           
 Expression AttributePicker.onData(DataExp exp)
           
 void CombinedChildContentExpCreator.onData(DataExp exp)
           
 Object StringCareLevelCalculator.onData(DataExp exp)
           
 Object ElementsOfConcernCollector.onData(DataExp exp)
           
 Expression AttributeFeeder.onData(DataExp exp)
           
 

Uses of DataExp in com.sun.msv.writer.relaxng
 

Methods in com.sun.msv.writer.relaxng with parameters of type DataExp
 void PatternWriter.onData(DataExp exp)
           
 



MSV