Uses of Class
com.sun.msv.grammar.ChoiceExp
-
Packages that use ChoiceExp Package Description 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.reader.trex.ng parses RELAX NG into AGM.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 ChoiceExp in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type ChoiceExp Modifier and Type Method Description voidGenerator. onChoice(ChoiceExp cp) -
Uses of ChoiceExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type ChoiceExp Modifier and Type Method Description ExpressionExpressionCloner. onChoice(ChoiceExp exp)java.lang.ObjectExpressionVisitor. onChoice(ChoiceExp exp)booleanExpressionVisitorBoolean. onChoice(ChoiceExp exp)ExpressionExpressionVisitorExpression. onChoice(ChoiceExp exp)voidExpressionVisitorVoid. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type ChoiceExp Modifier and Type Method Description booleanExpressionFinder. onChoice(ChoiceExp exp)java.lang.ObjectExpressionPrinter. onChoice(ChoiceExp exp)voidExpressionWalker. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type ChoiceExp Modifier and Type Method Description voidRunAwayExpressionChecker. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type ChoiceExp Modifier and Type Method Description voidDblAttrConstraintChecker. onChoice(ChoiceExp exp)booleanExportedHedgeRuleChecker. onChoice(ChoiceExp exp)voidIdAbuseChecker. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type ChoiceExp Modifier and Type Method Description java.lang.ObjectTREXSequencedStringChecker. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type ChoiceExp Modifier and Type Method Description voidRestrictionChecker.DefaultChecker. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type ChoiceExp Modifier and Type Method Description ExpressionAttributeFeeder. onChoice(ChoiceExp exp)ExpressionAttributePicker. onChoice(ChoiceExp exp)voidCombinedChildContentExpCreator. onChoice(ChoiceExp exp)java.lang.ObjectElementsOfConcernCollector. onChoice(ChoiceExp exp)ExpressionResidualCalculator. onChoice(ChoiceExp exp)java.lang.ObjectStringCareLevelCalculator. onChoice(ChoiceExp exp) -
Uses of ChoiceExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type ChoiceExp Modifier and Type Method Description voidPatternWriter. onChoice(ChoiceExp exp)
-