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.onData(DataExp exp) |
Expression |
NoneTypeRemover.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionVisitor.onData(DataExp exp) |
void |
ExpressionVisitorVoid.onData(DataExp exp) |
boolean |
ExpressionVisitorBoolean.onData(DataExp exp) |
Expression |
ExpressionVisitorExpression.onData(DataExp exp) |
Expression |
ExpressionCloner.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionFinder.onData(DataExp exp) |
java.lang.Object |
ExpressionPrinter.onData(DataExp exp) |
void |
ExpressionWalker.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RunAwayExpressionChecker.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
DblAttrConstraintChecker.onData(DataExp exp) |
void |
IdAbuseChecker.onData(DataExp exp) |
boolean |
ExportedHedgeRuleChecker.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TREXSequencedStringChecker.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RestrictionChecker.DefaultChecker.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
Token.match(DataExp p)
returns true if the given DataExp can consume this token
|
boolean |
StringToken.match(DataExp exp)
DataExp can consume this token if its datatype can accept this string
|
boolean |
StringRecoveryToken.match(DataExp exp) |
Expression |
AttributeFeeder.onData(DataExp exp) |
java.lang.Object |
StringCareLevelCalculator.onData(DataExp exp) |
java.lang.Object |
ElementsOfConcernCollector.onData(DataExp exp) |
void |
CombinedChildContentExpCreator.onData(DataExp exp) |
Expression |
AttributePicker.onData(DataExp exp) |
Expression |
ResidualCalculator.onData(DataExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
PatternWriter.onData(DataExp exp) |