// =====================================================================
compiledSchemaMock.expects.getElementValidator(elementType)
.returns(validatorMock).any();
expectations.add(new OrderedExpectations() {
public void add() {
validatorMock.expects.open(null);
{
// The character data is not required (whitespace) and was
// not consumed because it is not allowed (returns false).