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.grammar.xmlschema |
W3C XML Schema grammar model.
|
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.relaxns.grammar |
abstract grammar model(AGM) for RELAX Namespace.
|
com.sun.msv.relaxns.grammar.relax |
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
|
com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
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.onOther(OtherExp exp) |
Expression |
NoneTypeRemover.onOther(OtherExp exp) |
Expression |
SchemaLocationRemover.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionVisitor.onOther(OtherExp exp) |
boolean |
ExpressionVisitorBoolean.onOther(OtherExp exp) |
Expression |
ExpressionVisitorExpression.onOther(OtherExp exp) |
void |
ExpressionVisitorVoid.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionPrinter.onOther(OtherExp exp) |
Expression |
RefExpRemover.onOther(OtherExp exp) |
boolean |
ExpressionFinder.onOther(OtherExp exp) |
void |
ExpressionWalker.onOther(OtherExp exp) |
Modifier and Type | Class and Description |
---|---|
class |
OccurrenceExp
Used to mark a occurrence constraint which cannot
be easily represented by primitive expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
RunAwayExpressionChecker.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
DblAttrConstraintChecker.onOther(OtherExp exp) |
boolean |
ExportedHedgeRuleChecker.onOther(OtherExp exp) |
void |
IdAbuseChecker.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TREXSequencedStringChecker.onOther(OtherExp exp) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalAttributeExp
place holder for imported attributes declaration.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExportedAttPoolGenerator.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
Expression |
IslandSchemaImpl.Binder.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
Expression |
AttributeRemover.onOther(OtherExp exp) |
java.lang.Object |
StringCareLevelCalculator.onOther(OtherExp exp) |
Expression |
AttributeFeeder.onOther(OtherExp exp) |
Expression |
AttributePruner.onOther(OtherExp exp) |
java.lang.Object |
ElementsOfConcernCollector.onOther(OtherExp exp) |
Expression |
AttributePicker.onOther(OtherExp exp) |
void |
CombinedChildContentExpCreator.onOther(OtherExp exp) |
Expression |
ResidualCalculator.onOther(OtherExp exp) |
Expression |
ContentModelRefExpRemover.Remover.onOther(OtherExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RELAXNGWriter.SmartPatternWriter.onOther(OtherExp exp) |
abstract void |
PatternWriter.onOther(OtherExp exp) |