Class Element_head.Choice_2_Alt_2

All Implemented Interfaces:
Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>
Enclosing class:
Element_head

@Undocumented public static class Element_head.Choice_2_Alt_2 extends Element_head.Choice_2 implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes te content model
(base, (script | style | meta | link | object)*, (title, (script | style | meta | link | object)*)) ,
which is the 2nd alternative in the enclosing choice, realized by Element_head.Choice_2.
Please note that there are no (sensible) constructors; use the overloaded alt(..) factory methods in Element_head.Choice_2 instead.