Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_strong.Content
Packages that use Element_strong.Content
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_strong.Content in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_strong.ContentModifier and TypeFieldDescriptionstatic final Element_strong.Content[]Element_strong.EMPTY_CONTENTConstant value for convenience.Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_strong.ContentModifier and TypeFieldDescriptionElement_strong.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_strong.ContentMethods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_strong.ContentModifier and TypeMethodDescriptionvoidElement_strong.setContent(Element_strong.Content... content) Change contents to the given values.voidVisitor.visit(Element_strong.Content content) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_strong.ContentModifierConstructorDescriptionElement_strong(Element_strong.Content... content) Constructor for an instance with given contents.Element_strong(TypedAttribute.SafeValues flag, Element_strong.Content... content) Constructor for an instance with given contents.