Uses of Package
com.sun.msv.verifier.regexp

Packages that use com.sun.msv.verifier.regexp
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 
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.grammar
StringToken
          chunk of string.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.grammar.util
StringToken
          chunk of string.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.reader
StringToken
          chunk of string.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.reader.util
REDocumentDeclaration
          DocumentDeclaration implementation Grammar object can be shared among multiple threads, but this object cannot be shared.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.relaxns.verifier
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.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.verifier
StringToken
          chunk of string.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.verifier.regexp
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.
 

Classes in com.sun.msv.verifier.regexp used by com.sun.msv.verifier.regexp.xmlschema
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.
 



MSV