Package eu.bandm.tools.doctypes.xhtml
Class Element_h2.Content
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedElement.MixedContent<Element,Extension>
eu.bandm.tools.doctypes.xhtml.Element_h2.Content
- All Implemented Interfaces:
Matchable<Matcher>
,TypedContent
,Visitable<Visitor>
- Enclosing class:
- Element_h2
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.tools.tdom.runtime.TypedContent
TypedContent.DecodingConstructor<C extends TypedContent,
X extends TypedExtension, Y extends Exception>, TypedContent.ParsingConstructor<C extends TypedContent, E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception> -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
ALT_PCDATA, altIndex, content
-
Constructor Summary
ConstructorDescriptionContent
(Element_inline elem_inline) Content
(Element_misc_inline elem_misc_inline) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
Returns the number of different variants, NOT including "#PCDATA
" in the content model.void
Send the visitor to this instance.void
final boolean
final boolean
final Element_inline
final Element_misc_inline
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
encode, getAltIndex, getContent, isPCData, toPCData
-
Field Details
-
ALT_Element_misc_inline
public static final int ALT_Element_misc_inline- See Also:
-
ALT_Element_inline
public static final int ALT_Element_inline- See Also:
-
-
Constructor Details
-
Content
-
Content
-
Content
-
-
Method Details
-
host
Description copied from interface:Visitable
Send the visitor to this instance. -
identify
-
getAltCount
public final int getAltCount()Description copied from class:TypedElement.MixedContent
Returns the number of different variants, NOT including "#PCDATA
" in the content model.- Specified by:
getAltCount
in classTypedElement.MixedContent<Element,
Extension> - Returns:
- the number of different variants, NOT including "
#PCDATA
".
-
isElement_misc_inline
public final boolean isElement_misc_inline() -
toElement_misc_inline
-
isElement_inline
public final boolean isElement_inline() -
toElement_inline
-