Class Element_constant

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

@Undocumented public class Element_constant extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Constant to test against some current option argument value, for forming an enabling condition. Must be verbatim compilable Java source text. Must be subject to Java's "==" comparison.

<!ELEMENT constant EMPTY >.
Required attribute: value.
This class realizes the element definition from the source DTD.