Uses of Class
eu.bandm.tools.muli.tdom.Element.UnmixedContent
Packages that use Element.UnmixedContent
-
Uses of Element.UnmixedContent in eu.bandm.tools.muli.tdom
Fields in eu.bandm.tools.muli.tdom declared as Element.UnmixedContentModifier and TypeFieldDescriptionstatic final Element.UnmixedContent[]
Element_text.EMPTY_CONTENT
Constant value for convenience.Fields in eu.bandm.tools.muli.tdom with type parameters of type Element.UnmixedContentModifier and TypeFieldDescriptionElement_text.content
List of contents elements, may freely be manipulated, as long as no null value is tried to enter.Methods in eu.bandm.tools.muli.tdom that return types with arguments of type Element.UnmixedContentMethods in eu.bandm.tools.muli.tdom with parameters of type Element.UnmixedContentModifier and TypeMethodDescriptionvoid
Element_text.setContent
(Element.UnmixedContent... content) Change contents to the given values.void
Visitor.visit
(Element.UnmixedContent content) Constructors in eu.bandm.tools.muli.tdom with parameters of type Element.UnmixedContentModifierConstructorDescriptionElement_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.