Class Element_and

All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>, Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>

@Undocumented public class Element_and extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Conjuntive combination of two conditions for enabling an option.

<!ELEMENT and ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >.
This class realizes the element definition from the source DTD.