| Package | Description |
|---|---|
| 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.util |
Miscellaneous utilities
|
| com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
| com.sun.msv.verifier |
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
|
| com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
| com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
|
| Class | Description |
|---|---|
| StringToken |
chunk of string.
|
| Class | Description |
|---|---|
| StringToken |
chunk of string.
|
| Class | Description |
|---|---|
| StringToken |
chunk of string.
|
| Class | Description |
|---|---|
| REDocumentDeclaration |
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| Class | Description |
|---|---|
| ComplexAcceptorBaseImpl |
base implementation of ComplexAcceptor.
|
| ContentModelAcceptor |
base implementation for SimpleAcceptor and ComplexAcceptor
|
| ExpressionAcceptor |
Acceptor implementation. |
| REDocumentDeclaration |
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| Class | Description |
|---|---|
| StringToken |
chunk of string.
|
| Class | Description |
|---|---|
| AttributeFeeder |
Feeds AttributeToken to the expression and obtains the residual (content model).
|
| AttributePicker |
removes all unnecessary expressions and
creates an expression that consists of required attributes and choices only.
|
| AttributePruner |
Creates an expression whose AttributeExp is completely replaced by nullSet.
|
| AttributeRemover |
Creates an expression whose AttributeExp is completely replaced by epsilon.
|
| AttributeToken |
represents attribute and its value.
|
| CombinedChildContentExpCreator |
creates "combined child content expression" and gathers "elements of concern"
and its "attribute-pruned" content model.
|
| CombinedChildContentExpCreator.ExpressionPair | |
| ComplexAcceptorBaseImpl |
base implementation of ComplexAcceptor.
|
| ContentModelAcceptor |
base implementation for SimpleAcceptor and ComplexAcceptor
|
| ElementsOfConcernCollector |
Collects "elements of concern".
|
| ElementToken |
a token that represents an XML element.
|
| ExpressionAcceptor |
Acceptor implementation. |
| REDocumentDeclaration |
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| ResidualCalculator |
computes regular expression derivative.
|
| StringCareLevelCalculator |
calculates how character literals should be treated.
|
| StringToken |
chunk of string.
|
| Token |
primitive unit of XML instance.
|
| Class | Description |
|---|---|
| AttributeToken |
represents attribute and its value.
|
| ContentModelAcceptor |
base implementation for SimpleAcceptor and ComplexAcceptor
|
| ExpressionAcceptor |
Acceptor implementation. |
| REDocumentDeclaration |
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| SimpleAcceptor |
Acceptor that will be used when only one ElementExp matches
the start tag.
|
Copyright © 2019 Oracle Corporation. All rights reserved.