Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_pre.Content
Packages that use Element_pre.Content
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Compiler for data models, from a concise mathematical oriented language into
Java.
-
Uses of Element_pre.Content in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_pre.ContentModifier and TypeFieldDescriptionstatic final Element_pre.Content[]Element_pre.EMPTY_CONTENTConstant value for convenience.Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_pre.ContentModifier and TypeFieldDescriptionfinal NonNullList<Element_pre.Content> Element_pre.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_pre.ContentMethods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_pre.ContentModifier and TypeMethodDescriptionvoidElement_pre.setContent(Element_pre.Content... content) Change contents to the given values.voidVisitor.visit(Element_pre.Content content) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_pre.ContentModifierConstructorDescriptionElement_pre(Element_pre.Content... content) Constructor for an instance with given contents.Element_pre(TypedAttribute.SafeValues flag, Element_pre.Content... content) Constructor for an instance with given contents. -
Uses of Element_pre.Content in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm with type parameters of type Element_pre.ContentModifier and TypeFieldDescriptionprotected List<Element_pre.Content> HtmlRenderer.preItemsOutput storage of constructed html elements, top-level, i.e. -
Uses of Element_pre.Content in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod with type parameters of type Element_pre.Content