Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_form.Attr_accept
Packages that use Element_form.Attr_accept
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_form.Attr_accept in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_form.Attr_acceptModifier and TypeFieldDescriptionstatic final Element_form.Attr_accept
Element_form.Attr_accept.unspecified
Methods in eu.bandm.tools.doctypes.xhtml that return Element_form.Attr_acceptModifier and TypeMethodDescriptionstatic Element_form.Attr_accept
Create a new instance, its value picked from the W3C DOM instance.static Element_form.Attr_accept
Element_form.Attr_accept.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.final Element_form.Attr_accept
Element_form.getAttr_accept()
final Element_form.Attr_accept
Element_form.readAttr_accept()
Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_form.Attr_acceptModifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_form.Attr_accept attr) protected void
Matcher.action
(Element_form.Attr_accept attr) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_form.Attr_accept attr) void
Visitor.visit
(Element_form.Attr_accept attr_accept) Can be overridden by the user.