Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_p.Content
Packages that use Element_p.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_p.Content in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base that return types with arguments of type Element_p.ContentModifier and TypeMethodDescription(package private) List
<Element_p.Content> Userdoc.splitWithAlerts
(String text) Render into paragraph contents, printing marked segments in warning color. -
Uses of Element_p.Content in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as Element_p.ContentModifier and TypeFieldDescriptionstatic final Element_p.Content[]
Element_p.EMPTY_CONTENT
Constant value for convenience.static final Element_p.Content[]
Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type Element_p.ContentModifier and TypeFieldDescriptionfinal CheckedList
<Element_p.Content> Element_p.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 Element_p.ContentModifier and TypeMethodDescriptionUtil.PCollector.array()
static Element_p.Content
Wrap text for use in a Element_p.static Element_p.Content
Create a xhtml "span" element with plain text content and a given "css class" and wraps it for use in a Element_p.Methods in eu.bandm.tools.doctypes.xhtml that return types with arguments of type Element_p.ContentMethods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_p.ContentModifier and TypeMethodDescriptionvoid
Element_p.setContent
(Element_p.Content... content) Change contents to the given values.void
Visitor.visit
(Element_p.Content content) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_p.ContentModifierConstructorDescriptionElement_p
(Element_p.Content... content) Constructor for an instance with given contents.Element_p
(TypedAttribute.SafeValues flag, Element_p.Content... content) Constructor for an instance with given contents.