Package | Description |
---|---|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CatalogByString.TranslationCollector |
Modifier and Type | Class and Description |
---|---|
class |
Dumper
Serializes the model instance into a sequence of SAX events.
|
class |
VisitorTemplate
Copy-and-edit "boilerplate" source for user defined visitor code.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.UnmixedContent.host(Visitor visitor) |
void |
Element_entry.host(Visitor visitor) |
void |
Element_entry.Attr_key.host(Visitor visitor) |
void |
Element_entry.Attr_lang.host(Visitor visitor) |
void |
Document_translationfile.host(Visitor visitor) |
void |
Element_text.host(Visitor visitor) |
void |
Element_text.Attr_lang.host(Visitor visitor) |
void |
Element_translationfile.host(Visitor visitor) |
void |
Element_translationfile.visitElems_1_entry(Visitor visitor)
Sends the visitor to all items currently contained in the 1st appearance
of
Element_entry in the content model of
this. |
void |
Element_entry.visitElems_1_text(Visitor visitor)
Sends the visitor to all items currently contained in the 1st appearance
of
Element_text in the content model of
this. |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visit(Visitable<? super Visitor> visitable) |
see also the complete user documentation .