Package | Description |
---|---|
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
Modifier and Type | Field and Description |
---|---|
static Element.UnmixedContent[] |
Element_text.EMPTY_CONTENT
Constant value for convenience.
|
Modifier and Type | Field and Description |
---|---|
CheckedList<Element.UnmixedContent> |
Element_text.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
Modifier and Type | Method and Description |
---|---|
List<Element.UnmixedContent> |
Element_text.getContent()
Returns the current content.
|
Modifier and Type | Method and Description |
---|---|
void |
Element_text.setContent(Element.UnmixedContent... content)
Change contents to the given values.
|
void |
Visitor.visit(Element.UnmixedContent content) |
Constructor and Description |
---|
Element_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.
|
see also the complete user documentation .