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

Packages that use OtherExp
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.grammar.xmlschema W3C XML Schema grammar model. 
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.relaxns.grammar abstract grammar model(AGM) for RELAX Namespace. 
com.sun.msv.relaxns.verifier "divide&validate" framework implementation. 
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 OtherExp in com.sun.msv.generator
 

Methods in com.sun.msv.generator with parameters of type OtherExp
 Expression SchemaLocationRemover.onOther(OtherExp exp)
           
 void Generator.onOther(OtherExp exp)
           
 Expression NoneTypeRemover.onOther(OtherExp exp)
           
 

Uses of OtherExp in com.sun.msv.grammar
 

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

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

Methods in com.sun.msv.grammar.util with parameters of type OtherExp
 void ExpressionWalker.onOther(OtherExp exp)
           
 Object ExpressionPrinter.onOther(OtherExp exp)
           
 Expression RefExpRemover.onOther(OtherExp exp)
           
 boolean ExpressionFinder.onOther(OtherExp exp)
           
 

Uses of OtherExp in com.sun.msv.grammar.xmlschema
 

Subclasses of OtherExp in com.sun.msv.grammar.xmlschema
 class OccurrenceExp
          Used to mark a occurrence constraint which cannot be easily represented by primitive expressions.
 

Uses of OtherExp in com.sun.msv.reader
 

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

Uses of OtherExp in com.sun.msv.reader.relax.core.checker
 

Methods in com.sun.msv.reader.relax.core.checker with parameters of type OtherExp
 void IdAbuseChecker.onOther(OtherExp exp)
           
 boolean ExportedHedgeRuleChecker.onOther(OtherExp exp)
           
 void DblAttrConstraintChecker.onOther(OtherExp exp)
           
 

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

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

Uses of OtherExp in com.sun.msv.relaxns.grammar
 

Subclasses of OtherExp in com.sun.msv.relaxns.grammar
 class ExternalAttributeExp
          place holder for imported attributes declaration.
 

Uses of OtherExp in com.sun.msv.relaxns.verifier
 

Methods in com.sun.msv.relaxns.verifier with parameters of type OtherExp
 Expression IslandSchemaImpl.Binder.onOther(OtherExp exp)
           
 

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

Methods in com.sun.msv.verifier.regexp with parameters of type OtherExp
 Expression AttributeRemover.onOther(OtherExp exp)
           
 Expression ResidualCalculator.onOther(OtherExp exp)
           
 Expression AttributePruner.onOther(OtherExp exp)
           
 Expression AttributePicker.onOther(OtherExp exp)
           
 void CombinedChildContentExpCreator.onOther(OtherExp exp)
           
 Object StringCareLevelCalculator.onOther(OtherExp exp)
           
 Object ElementsOfConcernCollector.onOther(OtherExp exp)
           
 Expression AttributeFeeder.onOther(OtherExp exp)
           
 

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

Methods in com.sun.msv.writer.relaxng with parameters of type OtherExp
abstract  void PatternWriter.onOther(OtherExp exp)
           
 



MSV