com.sun.msv.reader.trex
Class TREXSequencedStringChecker
- ExpressionVisitor
public class TREXSequencedStringChecker
makes sure that there is no sequenced string.
"sequenced string" is something like this.
abc
Also, TREX prohibits sequence of typed strings and elements.
In this checker, we introduce a function "f" that takes
a string and computes the string-sensitivity of the pattern.
"f" returns 3 bits of information. One is whether it contains
elements. Another is whehter it contains text. And the last is
whether it contains DataExp/ValueExp.
"f" is computed recursively through the pattern.
TREXSequencedStringChecker
public TREXSequencedStringChecker(TREXBaseReader reader,
boolean _rejectTextInInterleave)