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.ExpressionPairCombinedChildContentExpCreator. continueGet(Expression combinedPattern, StartTagInfo info, boolean checkTagName)CombinedChildContentExpCreator.ExpressionPairCombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info)computes a combined child content pattern and (,if possible,) its continuation.CombinedChildContentExpCreator.ExpressionPairCombinedChildContentExpCreator. get(Expression combinedPattern, StartTagInfo info, boolean checkTagName)computes a combined child content pattern and its continuation, with error recovery.
-