Package eu.bandm.tools.doctypes.xhtml
Class Element_td.Content
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedElement.MixedContent<Element,Extension>
eu.bandm.tools.doctypes.xhtml.Element_td.Content
- All Implemented Interfaces:
Matchable<Matcher>,TypedContent,Visitable<Visitor>
- Enclosing class:
Element_td
-
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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
ALT_PCDATA, altIndex, content -
Constructor Summary
ConstructorsConstructorDescriptionContent(Element_block_content elem_block_content) Content(Element_inline elem_inline) -
Method Summary
Modifier and TypeMethodDescriptionfinal intReturns the number of different variants, NOT including "#PCDATA" in the content model.voidSend the visitor to this instance.voidfinal booleanfinal booleanfinal Element_block_contentfinal Element_inlineMethods inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
encode, getAltIndex, getContent, isPCData, toPCData
-
Field Details
-
ALT_Element_block_content
public static final int ALT_Element_block_content- 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:VisitableSend the visitor to this instance. -
identify
-
getAltCount
public final int getAltCount()Description copied from class:TypedElement.MixedContentReturns the number of different variants, NOT including "#PCDATA" in the content model.- Specified by:
getAltCountin classTypedElement.MixedContent<Element,Extension> - Returns:
- the number of different variants, NOT including "
#PCDATA".
-
isElement_block_content
public final boolean isElement_block_content() -
toElement_block_content
-
isElement_inline
public final boolean isElement_inline() -
toElement_inline
-