Package | Description |
---|---|
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.writer.relaxng |
AGM to RELAX NG converter
|
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 String |
ExpressionPrinter.printBinary(BinaryExp exp,
String op) |
Modifier and Type | Method and Description |
---|---|
protected void |
RunAwayExpressionChecker.binaryVisit(BinaryExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
PatternWriter.visitBinExp(String elementName,
BinaryExp exp,
Class type) |
Copyright © 2016 Oracle Corporation. All rights reserved.