Package | Description |
---|---|
com.sun.msv.generator | |
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneTypeRemover
removes "none" type of RELAX from AGM.
|
class |
SchemaLocationRemover
removes "xsi:schemaLocation" from AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
RefExpRemover
removes all ReferenceExp from AGM.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ExportedAttPoolGenerator
creates Expression that validates exported attPool.
|
Modifier and Type | Class and Description |
---|---|
static class |
IslandSchemaImpl.Binder
replaces all ExternalElementExp and ExternalAttributeExp
by actual definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePruner
Creates an expression whose AttributeExp is completely replaced by nullSet.
|
class |
AttributeRemover
Creates an expression whose AttributeExp is completely replaced by epsilon.
|
private static class |
ContentModelRefExpRemover.Remover |