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