Package | Description |
---|---|
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
Modifier and Type | Class and Description |
---|---|
class |
Element_entry
Meaning: All translations of one key into
several languages.
|
class |
Element_text
Meaning: Translation into one particular
language.
|
class |
Element_translationfile
Meaning: List of multi-lingual translations.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
Document_translationfile.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element node) |
protected void |
Matcher.action(Element node) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element node) |
void |
Visitor.visit(Element element) |
Modifier and Type | Method and Description |
---|---|
static Element_entry |
Element_entry.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
static Element_text |
Element_text.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
static Element_translationfile |
Element_translationfile.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Constructor and Description |
---|
Element_entry(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_entry(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_translationfile(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_translationfile(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
see also the complete user documentation .