Package | Description |
---|---|
com.sun.msv.generator | |
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.grammar.relax |
abstract grammar model(AGM): RELAX stub.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
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 | Description |
---|---|---|
class |
NoneTypeRemover |
removes "none" type of RELAX from AGM.
|
class |
SchemaLocationRemover |
removes "xsi:schemaLocation" from AGM.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExpressionCloner |
clones an expression.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
RELAXExpressionVisitorExpression |
RELAX version of
ExpressionVisitorExpression |
Modifier and Type | Class | Description |
---|---|---|
class |
RefExpRemover |
removes all ReferenceExp from AGM.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
IslandSchemaImpl.Binder |
replaces all ExternalElementExp and ExternalAttributeExp
by actual definitions.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AttributeFeeder |
Feeds AttributeToken to the expression and obtains the residual (content model).
|
class |
AttributePicker |
removes all unnecessary expressions and
creates an expression that consists of required attributes and choices only.
|
class |
AttributePruner |
Creates an expression whose AttributeExp is completely replaced by nullSet.
|
class |
AttributeRemover |
Creates an expression whose AttributeExp is completely replaced by epsilon.
|
class |
ResidualCalculator |
computes regular expression derivative.
|
Copyright © 2019 Oracle Corporation. All rights reserved.