Class Element_map.Choice_1

All Implemented Interfaces:
Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>
Direct Known Subclasses:
Element_map.Choice_1_Alt_1, Element_map.Choice_1_Alt_2
Enclosing class:
Element_map

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