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_olElement_ol.checkRequiredAttrs()static Element_olElement_ol.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_olModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_ol element) protected voidMatcher.action(Element_ol element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_ol element) voidDumper.visit(Element_ol element) voidVisitor.visit(Element_ol element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_ol element) (Superclass implementation descends into<!ELEMENT ol (li+) >.)