Package eu.bandm.tools.doctypes.xhtml
Class Element_pre.Content
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedElement.MixedContent<Element,Extension>
eu.bandm.tools.doctypes.xhtml.Element_pre.Content
- All Implemented Interfaces:
Matchable<Matcher>
,TypedContent
,Visitable<Visitor>
- Enclosing class:
- Element_pre
-
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
static final int
static final int
static final int
static final int
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
ALT_PCDATA, altIndex, content
-
Constructor Summary
ConstructorDescriptionContent
(Element_fontstyle elem_fontstyle) Content
(Element_inline_forms elem_inline_forms) Content
(Element_misc_inline elem_misc_inline) Content
(Element_phrase elem_phrase) Content
(Element_special_pre elem_special_pre) -
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 boolean
final boolean
final boolean
final boolean
final Element_a
final Element_fontstyle
final Element_inline_forms
final Element_misc_inline
final Element_phrase
final Element_special_pre
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedElement.MixedContent
encode, getAltIndex, getContent, isPCData, toPCData
-
Field Details
-
ALT_Element_special_pre
public static final int ALT_Element_special_pre- See Also:
-
ALT_Element_misc_inline
public static final int ALT_Element_misc_inline- See Also:
-
ALT_Element_inline_forms
public static final int ALT_Element_inline_forms- See Also:
-
ALT_Element_fontstyle
public static final int ALT_Element_fontstyle- See Also:
-
ALT_Element_a
public static final int ALT_Element_a- See Also:
-
ALT_Element_phrase
public static final int ALT_Element_phrase- See Also:
-
-
Constructor Details
-
Content
-
Content
-
Content
-
Content
-
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_special_pre
public final boolean isElement_special_pre() -
toElement_special_pre
-
isElement_misc_inline
public final boolean isElement_misc_inline() -
toElement_misc_inline
-
isElement_inline_forms
public final boolean isElement_inline_forms() -
toElement_inline_forms
-
isElement_fontstyle
public final boolean isElement_fontstyle() -
toElement_fontstyle
-
isElement_a
public final boolean isElement_a() -
toElement_a
-
isElement_phrase
public final boolean isElement_phrase() -
toElement_phrase
-