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
|
Modifier and Type | Method and Description |
---|---|
private java.util.Vector |
Generator.getChildren(BinaryExp exp)
enumerates children of BinaryExp into a vector.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionWalker.onBinExp(BinaryExp exp) |
protected java.lang.String |
ExpressionPrinter.printBinary(BinaryExp exp,
java.lang.String op) |
Modifier and Type | Method and Description |
---|---|
protected void |
RunAwayExpressionChecker.binaryVisit(BinaryExp exp) |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
StringCareLevelCalculator.doChoice(BinaryExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
PatternWriter.visitBinExp(java.lang.String elementName,
BinaryExp exp,
java.lang.Class type) |