Uses of Package
com.sun.msv.verifier.regexp
-
Packages that use com.sun.msv.verifier.regexp 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 utilitiescom.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 Class Description StringToken chunk of string. -
Classes in com.sun.msv.verifier.regexp used by com.sun.msv.grammar.util Class Description StringToken chunk of string. -
Classes in com.sun.msv.verifier.regexp used by com.sun.msv.reader Class Description StringToken chunk of string. -
Classes in com.sun.msv.verifier.regexp used by com.sun.msv.reader.util Class Description 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 Class Description ComplexAcceptorBaseImpl base implementation of ComplexAcceptor.ContentModelAcceptor base implementation for SimpleAcceptor and ComplexAcceptorExpressionAcceptor 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 Class Description StringToken chunk of string. -
Classes in com.sun.msv.verifier.regexp used by com.sun.msv.verifier.regexp 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.AttributeRecoveryToken special AttributeToken that memorizesAttributeExp
that fails to validate itself.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 ComplexAcceptorElementsOfConcernCollector 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 Class Description AttributeFeeder Feeds AttributeToken to the expression and obtains the residual (content model).AttributeToken represents attribute and its value.CombinedChildContentExpCreator creates "combined child content expression" and gathers "elements of concern" and its "attribute-pruned" content model.ContentModelAcceptor base implementation for SimpleAcceptor and ComplexAcceptorExpressionAcceptor 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.