Class Element_head.Choice_2

All Implemented Interfaces:
Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>
Direct Known Subclasses:
Element_head.Choice_2_Alt_1, Element_head.Choice_2_Alt_2
Enclosing class:
Element_head

@Undocumented public abstract static class Element_head.Choice_2 extends TypedChoice<Extension> implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes the content model
((title, (script | style | meta | link | object)*, (base, (script | style | meta | link | object)*)?) | (base, (script | style | meta | link | object)*, (title, (script | style | meta | link | object)*))) ,
which is the 2nd choice clause in the enclosing content model, realized by Element_head.
Please note that there are no (sensible) constructors; use the overloaded alt(..) factory methods instead, to construct an instance of the appropriate subclass.