| 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 and Description |
|---|
| StringToken
chunk of string.
|
| Class and Description |
|---|
| StringToken
chunk of string.
|
| Class and Description |
|---|
| StringToken
chunk of string.
|
| Class and Description |
|---|
REDocumentDeclaration
DocumentDeclaration implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared. |
| Class and 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 and Description |
|---|
| StringToken
chunk of string.
|
| Class and 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 and 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 © 2014 Oracle Corporation. All Rights Reserved.