Uses of Class
eu.bandm.tools.muli.tdom.Element
Packages that use Element
-
Uses of Element in eu.bandm.tools.muli.tdom
Subclasses of Element in eu.bandm.tools.muli.tdomModifier and TypeClassDescriptionclassMeaning: All translations of one key into several languages.classMeaning: Translation into one particular language.classMeaning: List of multi-lingual translations.Methods in eu.bandm.tools.muli.tdom that return ElementModifier and TypeMethodDescriptionprotected final ElementDocument_translationfile.decode(DecodingInputStream in, Extension ext) Methods in eu.bandm.tools.muli.tdom with parameters of type ElementModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidvoidMethod parameters in eu.bandm.tools.muli.tdom with type arguments of type ElementModifier and TypeMethodDescriptionstatic Element_entryElement_entry.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) static Element_textElement_text.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) static Element_translationfileElement_translationfile.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Constructors in eu.bandm.tools.muli.tdom with parameters of type ElementModifierConstructorDescriptionElement_entry(Element... content) Semi-parsing constructor which tries to parse sequences of model elements.Element_entry(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.Element_translationfile(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.