Class Element_map.Choice_1_Alt_1

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

@Undocumented public static class Element_map.Choice_1_Alt_1 extends Element_map.Choice_1 implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes te content model
(p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | noscript | ins | del | script)+ ,
which is the 1st alternative in the enclosing choice, realized by Element_map.Choice_1.
Please note that there are no (sensible) constructors; use the overloaded alt(..) factory methods in Element_map.Choice_1 instead.