Uses of Class
eu.bandm.tools.doctypes.xhtml.Attr_multiple
Packages that use Attr_multiple
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Attr_multiple in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Attr_multipleMethods in eu.bandm.tools.doctypes.xhtml that return Attr_multipleModifier and TypeMethodDescriptionstatic Attr_multipleCreate a new instance, its value picked from the W3C DOM instance.static Attr_multipleAttr_multiple.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Attr_multiple.Owner.getAttr_multiple()final Attr_multipleElement_select.getAttr_multiple()Attr_multiple.Owner.readAttr_multiple()final Attr_multipleElement_select.readAttr_multiple()Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Attr_multipleModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Attr_multiple attr) protected voidMatcher.action(Attr_multiple attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Attr_multiple attr) voidVisitor.visit(Attr_multiple attr_multiple) Can be overridden by the user.