Package | Description |
---|---|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Method and 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.
|