Uses of Class
com.sun.msv.grammar.BinaryExp
Packages that use BinaryExp
Package
Description
abstract grammar model(AGM): common part.
Miscellaneous utility classes.
reads XML representation of grammar and creates AGM.
AGM to RELAX NG converter
-
Uses of BinaryExp in com.sun.msv.grammar
Subclasses of BinaryExp in com.sun.msv.grammarModifier and TypeClassDescriptionfinal class
A|B.final class
<concur> pattern of TREX.final class
<interleave> pattern of TREX, or <all> particle of XML Schema.final class
A,B. -
Uses of BinaryExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type BinaryExp -
Uses of BinaryExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type BinaryExpModifier and TypeMethodDescriptionprotected final void
RunAwayExpressionChecker.binaryVisit
(BinaryExp exp) -
Uses of BinaryExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type BinaryExpModifier and TypeMethodDescriptionvoid
PatternWriter.visitBinExp
(String elementName, BinaryExp exp, Class<?> type)