Uses of Class
com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
Packages that use CombinedChildContentExpCreator.ExpressionPair
Package
Description
VGM implementation by using regular expression derivation algorithm.
-
Uses of CombinedChildContentExpCreator.ExpressionPair in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp that return CombinedChildContentExpCreator.ExpressionPairModifier and TypeMethodDescriptionCombinedChildContentExpCreator.continueGet
(Expression combinedPattern, StartTagInfo info, boolean checkTagName) CombinedChildContentExpCreator.get
(Expression combinedPattern, StartTagInfo info) computes a combined child content pattern and (,if possible,) its continuation.CombinedChildContentExpCreator.get
(Expression combinedPattern, StartTagInfo info, boolean checkTagName) computes a combined child content pattern and its continuation, with error recovery.