Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_ol
Packages that use Element_ol
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_ol in eu.bandm.tools.doctypes.xhtml
Methods in eu.bandm.tools.doctypes.xhtml that return Element_olModifier and TypeMethodDescriptionfinal Element_ol
Element_ol.checkRequiredAttrs()
(package private) static Element_ol
Element_ol.decode
(DecodingInputStream in, Extension ext) (package private) static Element_ol
Element_ol.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_ol
Element_ol.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_ol
Element_ol.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_ol
Element_ol.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_ol[]
Element_ol.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_ol[]
Element_ol.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_ol
Element_ol.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ol
Element_ol.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_ol[]
Element_ol.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_ol[]
Element_ol.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Methods in eu.bandm.tools.doctypes.xhtml that return types with arguments of type Element_olModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor
<? extends Element_ol, Extension, TdomAttributeException> Element_ol.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor
<? extends Element_ol, Element, Extension, TdomAttributeException> Element_ol.getParseClosure()
Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_olModifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_ol element) protected void
Matcher.action
(Element_ol element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_ol element) void
Dumper.visit
(Element_ol element) void
Visitor.visit
(Element_ol element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_ol element) (Superclass implementation descends into<!ELEMENT ol (li+) >
.)