Class Element_defaults

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

@Undocumented public class Element_defaults extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: gives the sequence of default values for a repetition group, is the option is completely omitted. The number of contained elements must be an integral multiple of the length of the containing repetion group.

<!ELEMENT defaults (v)+ >.
This class realizes the element definition from the source DTD.