Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_tfoot
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_tfoot in eu.bandm.tools.doctypes.xhtml
Modifier and TypeMethodDescriptionfinal Element_tfoot
Element_tfoot.checkRequiredAttrs()
(package private) static Element_tfoot
Element_tfoot.decode
(DecodingInputStream in, Extension ext) Element_table.getElem_1_tfoot()
(package private) static Element_tfoot
Element_tfoot.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_tfoot
Element_tfoot.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_tfoot
Element_tfoot.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_tfoot
Element_tfoot.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_tfoot[]
Element_tfoot.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_tfoot[]
Element_tfoot.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_tfoot
Element_tfoot.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tfoot
Element_tfoot.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_tfoot[]
Element_tfoot.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_tfoot[]
Element_tfoot.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_table.setElem_1_tfoot
(@Opt Element_tfoot newElem_1_tfoot) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_tfoot,
Extension, TdomAttributeException> Element_tfoot.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_tfoot,
Element, Extension, TdomAttributeException> Element_tfoot.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_tfoot element) protected void
Matcher.action
(Element_tfoot element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_tfoot element) void
Element_table.set
(Element_caption elem_1_caption, Element_table.Choice_1 choice_1, Element_thead elem_1_thead, Element_tfoot elem_1_tfoot, Element_table.Choice_2 choice_2) Set all contents fields to a new value, after checking.Element_table.setElem_1_tfoot
(@Opt Element_tfoot newElem_1_tfoot) void
Dumper.visit
(Element_tfoot element) void
Visitor.visit
(Element_tfoot element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_tfoot element) (Superclass implementation descends into<!ELEMENT tfoot (tr+) >
.)ModifierConstructorDescriptionElement_table
(Element_caption elem_1_caption, Element_table.Choice_1 choice_1, Element_thead elem_1_thead, Element_tfoot elem_1_tfoot, Element_table.Choice_2 choice_2) Statically typed w.r.t. the contents, as far as possible.Element_table
(TypedAttribute.SafeValues flag, Element_caption elem_1_caption, Element_table.Choice_1 choice_1, Element_thead elem_1_thead, Element_tfoot elem_1_tfoot, Element_table.Choice_2 choice_2)