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.reader.relax.core.checker |
Non-essential schema conformance checks.
|
com.sun.msv.reader.trex |
shared code between RELAX NG reader and TREX reader.
|
com.sun.msv.reader.trex.ng |
parses RELAX NG into 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 |
---|---|
void |
Generator.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionVisitor.onList(ListExp exp) |
boolean |
ExpressionVisitorBoolean.onList(ListExp exp) |
Expression |
ExpressionCloner.onList(ListExp exp) |
Expression |
ExpressionVisitorExpression.onList(ListExp exp) |
void |
ExpressionVisitorVoid.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionPrinter.onList(ListExp exp) |
boolean |
ExpressionFinder.onList(ListExp exp) |
void |
ExpressionWalker.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RunAwayExpressionChecker.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
DblAttrConstraintChecker.onList(ListExp exp) |
boolean |
ExportedHedgeRuleChecker.onList(ListExp exp) |
void |
IdAbuseChecker.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TREXSequencedStringChecker.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RestrictionChecker.DefaultChecker.onList(ListExp exp) |
void |
RestrictionChecker.ListChecker.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
Token.match(ListExp p)
returns true if the given ListExp can consume this token
|
boolean |
StringRecoveryToken.match(ListExp exp) |
boolean |
StringToken.match(ListExp exp)
ListExp can consume this token if its pattern accepts this string
|
java.lang.Object |
StringCareLevelCalculator.onList(ListExp exp) |
Expression |
AttributeFeeder.onList(ListExp exp) |
java.lang.Object |
ElementsOfConcernCollector.onList(ListExp exp) |
Expression |
AttributePicker.onList(ListExp exp) |
void |
CombinedChildContentExpCreator.onList(ListExp exp) |
Expression |
ResidualCalculator.onList(ListExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
PatternWriter.onList(ListExp exp) |