Uses of Class
com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
-
Packages that use CombinedChildContentExpCreator.ExpressionPair Package Description com.sun.msv.verifier.regexp 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.ExpressionPair Modifier and Type Method Description CombinedChildContentExpCreator.ExpressionPair
CombinedChildContentExpCreator. continueGet(Expression combinedPattern, StartTagInfo info, boolean checkTagName)
CombinedChildContentExpCreator.ExpressionPair
CombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info)
computes a combined child content pattern and (,if possible,) its continuation.CombinedChildContentExpCreator.ExpressionPair
CombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info, boolean checkTagName)
computes a combined child content pattern and its continuation, with error recovery.
-