Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_abbr.Content
Packages that use Element_abbr.Content
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_abbr.Content in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_abbr.ContentModifier and TypeFieldDescriptionstatic final Element_abbr.Content[]Element_abbr.EMPTY_CONTENTConstant value for convenience.Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_abbr.ContentModifier and TypeFieldDescriptionfinal CheckedList<Element_abbr.Content> Element_abbr.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Methods in eu.bandm.tools.doctypes.xhtml that return types with arguments of type Element_abbr.ContentMethods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_abbr.ContentModifier and TypeMethodDescriptionvoidElement_abbr.setContent(Element_abbr.Content... content) Change contents to the given values.voidVisitor.visit(Element_abbr.Content content) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_abbr.ContentModifierConstructorDescriptionElement_abbr(Element_abbr.Content... content) Constructor for an instance with given contents.Element_abbr(TypedAttribute.SafeValues flag, Element_abbr.Content... content) Constructor for an instance with given contents.