Class Element_comment

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

@Undocumented public class Element_comment extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Multi-Lingual text which separates groups of options and appears in a GUI screen mask, etc. Mostly used for further explanations and directives to the user.

<!ELEMENT comment (text)+ >.
Optional attribute: name.
This class realizes the element definition from the source DTD.