Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_a.Content
Packages that use Element_a.Content
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_a.Content in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type Element_a.ContentModifier and TypeMethodDescription(package private) Element_a
Userdoc.jump
(Definition def, Element_a.Content... contents) (package private) Element_a
Userdoc.jump
(ImportItem x, Element_a.Content... contents) (package private) Element_a
Userdoc.jump
(Module mod, Element_a.Content... contents) -
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_CONTENT
Constant value for convenience.Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_a.ContentModifier and TypeFieldDescriptionfinal CheckedList
<Element_a.Content> Element_a.content
List 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_a
Util.jumpNCC
(String xhref, @Opt String cls, Element_a.Content... contents) Jump to target with @href, @class and structured contents.void
Element_a.setContent
(Element_a.Content... content) Change contents to the given values.void
Visitor.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.