Class Element_optionlist

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

@Undocumented public class Element_optionlist extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Sequence of a collection of command line options, to be compiled into GUI mask, online help method, parsing method, etc. (In several contexts, the sequential order is significant.).

<!ELEMENT optionlist ((printout_title)?, (enumeration | option | comment)*) >.
Optional attributes: setterFunctions, defaultSorting, fragmentedLists.
This class realizes the element definition from the source DTD.