Package | Description |
---|---|
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.grammar.relax |
abstract grammar model(AGM): RELAX stub.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.reader.trex |
shared code between RELAX NG reader and TREX reader.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Method and Description |
---|---|
Object |
AttributeExp.visit(ExpressionVisitor visitor) |
abstract Object |
Expression.visit(ExpressionVisitor visitor) |
Object |
ReferenceExp.visit(ExpressionVisitor visitor) |
Object |
OneOrMoreExp.visit(ExpressionVisitor visitor) |
Object |
DataExp.visit(ExpressionVisitor visitor) |
Object |
ElementExp.visit(ExpressionVisitor visitor) |
Object |
OtherExp.visit(ExpressionVisitor visitor) |
Object |
ListExp.visit(ExpressionVisitor visitor) |
Object |
MixedExp.visit(ExpressionVisitor visitor) |
Object |
SequenceExp.visit(ExpressionVisitor visitor) |
Object |
InterleaveExp.visit(ExpressionVisitor visitor) |
Object |
ConcurExp.visit(ExpressionVisitor visitor) |
Object |
ValueExp.visit(ExpressionVisitor visitor) |
Object |
ChoiceExp.visit(ExpressionVisitor visitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
RELAXExpressionVisitor
Visitor interface for RELAX expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionPrinter
creates a string representation of the expression.
|
Modifier and Type | Class and Description |
---|---|
class |
TREXSequencedStringChecker
makes sure that there is no sequenced string.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementsOfConcernCollector
Collects "elements of concern".
|
class |
StringCareLevelCalculator
calculates how character literals should be treated.
|
Copyright © 2016 Oracle Corporation. All rights reserved.