Uses of Class
com.sun.msv.grammar.BinaryExp
-
Packages that use BinaryExp 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.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of BinaryExp in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type BinaryExp Modifier and Type Method Description private java.util.Vector
Generator. getChildren(BinaryExp exp)
enumerates children of BinaryExp into a vector. -
Uses of BinaryExp in com.sun.msv.grammar
Subclasses of BinaryExp in com.sun.msv.grammar Modifier and Type Class Description class
ChoiceExp
A|B.class
ConcurExp
<concur> pattern of TREX.class
InterleaveExp
<interleave> pattern of TREX, or <all> particle of XML Schema.class
SequenceExp
A,B. -
Uses of BinaryExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type BinaryExp Modifier and Type Method Description void
ExpressionWalker. onBinExp(BinaryExp exp)
protected java.lang.String
ExpressionPrinter. printBinary(BinaryExp exp, java.lang.String op)
-
Uses of BinaryExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type BinaryExp Modifier and Type Method Description protected void
RunAwayExpressionChecker. binaryVisit(BinaryExp exp)
-
Uses of BinaryExp in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type BinaryExp Modifier and Type Method Description private java.lang.Object
StringCareLevelCalculator. doChoice(BinaryExp exp)
-
Uses of BinaryExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type BinaryExp Modifier and Type Method Description void
PatternWriter. visitBinExp(java.lang.String elementName, BinaryExp exp, java.lang.Class type)
-