Class Element_not

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

@Undocumented public class Element_not extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Negation of a condition for enabling an option.

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