Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_table.Choice_2_Alt_1
Packages that use Element_table.Choice_2_Alt_1
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_table.Choice_2_Alt_1 in eu.bandm.tools.doctypes.xhtml
Methods in eu.bandm.tools.doctypes.xhtml that return Element_table.Choice_2_Alt_1Modifier and TypeMethodDescription(package private) static Element_table.Choice_2_Alt_1
Element_table.Choice_2_Alt_1.decode
(DecodingInputStream in, Extension ext) (package private) static Element_table.Choice_2_Alt_1
Element_table.Choice_2_Alt_1.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_table.Choice_2_Alt_1
Element_table.Choice_2_Alt_1.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_table.Choice_2_Alt_1
Element_table.Choice_2_Alt_1.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_table.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Methods in eu.bandm.tools.doctypes.xhtml that return types with arguments of type Element_table.Choice_2_Alt_1Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor
<? extends Element_table.Choice_2_Alt_1, Extension, TdomAttributeException> Element_table.Choice_2_Alt_1.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor
<? extends Element_table.Choice_2_Alt_1, Element, Extension, TdomAttributeException> Element_table.Choice_2_Alt_1.getParseClosure()
Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_table.Choice_2_Alt_1Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_table.Choice_2_Alt_1 alt) protected void
Matcher.action
(Element_table.Choice_2_Alt_1 alt) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_table.Choice_2_Alt_1 alt) void
Visitor.visit
(Element_table.Choice_2_Alt_1 alt) Can be overridden by the user.