Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_a.Content
Packages that use Element_a.Content
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_a.Content in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_a.ContentModifier and TypeFieldDescriptionstatic final Element_a.Content[]Element_a.EMPTY_CONTENTConstant value for convenience.Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_a.ContentModifier and TypeFieldDescriptionfinal NonNullList<Element_a.Content> Element_a.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_a.ContentMethods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_a.ContentModifier and TypeMethodDescriptionstatic Element_aUtil.jumpNCC(String xhref, @Opt String cls, Element_a.Content... contents) Jump to target with @href, @class and structured contents.voidElement_a.setContent(Element_a.Content... content) Change contents to the given values.voidVisitor.visit(Element_a.Content content) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_a.ContentModifierConstructorDescriptionElement_a(Element_a.Content... content) Constructor for an instance with given contents.Element_a(TypedAttribute.SafeValues flag, Element_a.Content... content) Constructor for an instance with given contents.