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