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