Uses of Class
eu.bandm.tools.muli.tdom.Element.UnmixedContent
-
Uses of Element.UnmixedContent in eu.bandm.tools.muli.tdom
Modifier and TypeFieldDescriptionstatic final Element.UnmixedContent[]
Element_text.EMPTY_CONTENT
Constant value for convenience.Modifier and TypeFieldDescriptionElement_text.content
List of contents elements, may freely be manipulated, as long as no null value is tried to enter.Modifier and TypeMethodDescriptionvoid
Element_text.setContent
(Element.UnmixedContent... content) Change contents to the given values.void
Visitor.visit
(Element.UnmixedContent content) ModifierConstructorDescriptionElement_text
(Element.UnmixedContent... content) Constructor for an instance with given contents.Element_text
(TypedAttribute.SafeValues flag, Element.UnmixedContent... content) Constructor for an instance with given contents.