Class Element_type

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

@Undocumented public class Element_type extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Sequence of the types of all arguments of a particular option .

<!ELEMENT type ((int | float | rat | bool | string | uri | enum | enumset)*, (rep)?) >.
This class realizes the element definition from the source DTD.