Package | Description |
---|---|
com.sun.msv.generator | |
com.sun.msv.reader.trex.ng |
parses RELAX NG into AGM.
|
com.sun.msv.reader.trex.ng.comp |
parses RELAX NG with DTD compatibility annotation into AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementDeclCollector
collects all distinct element declaration in the grammar.
|
Modifier and Type | Class and Description |
---|---|
private class |
RestrictionChecker.DefaultChecker
The base class of all other context-specific checker.
|
private class |
RestrictionChecker.ListChecker |
Modifier and Type | Field and Description |
---|---|
private ExpressionWalker |
RestrictionChecker.inAttribute
Used to visit children of attributes.
|
private ExpressionWalker |
RestrictionChecker.inElement
Used to visit children of elements.
|
private ExpressionWalker |
RestrictionChecker.inExcept
Used to visit children of the 'except' clause of data.
|
private ExpressionWalker |
RestrictionChecker.inGroupInOneOrMoreInElement
Used to visit children of group/interleave in oneOrMore in elements.
|
private ExpressionWalker |
RestrictionChecker.inInterleaveInList
Used to visit children of interleaves in lists.
|
private ExpressionWalker |
RestrictionChecker.inList
Used to visit children of lists.
|
private ExpressionWalker |
RestrictionChecker.inOneOrMoreInElement
Used to visit children of oneOrMore in elements.
|
private ExpressionWalker |
RestrictionChecker.inStart
Used to visit the start pattern.
|
Modifier and Type | Field and Description |
---|---|
private ExpressionWalker |
DefAttCompatibilityChecker.contextDependentTypeChecker
checks if the expression contains context-dependent datatypes.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeWildcardComputer
Processes the attribtue wildcard according to the spec.
|