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 TypeClassDescriptionclass
Meaning: All translations of one key into several languages.class
Meaning: Translation into one particular language.class
Meaning: List of multi-lingual translations.Fields in eu.bandm.tools.muli.tdom with type parameters of type ElementModifier and TypeFieldDescription(package private) static final HashMap
<String, TypedContent.ParsingConstructor<? extends Element, Element, Extension, TdomAttributeException>> Element.parseTable
(package private) static final HashMap
<String, TypedContent.ParsingConstructor<? extends Element, Element, Extension, TdomAttributeException>> Element.parseTable
Methods in eu.bandm.tools.muli.tdom that return ElementModifier and TypeMethodDescriptionprotected final Element
Document_translationfile.decode
(DecodingInputStream in, Extension ext) (package private) static Element
Element.decode
(DecodingInputStream in, Extension ext) Methods in eu.bandm.tools.muli.tdom that return types with arguments of type ElementModifier and TypeMethodDescription(package private) static TypedContent.ParsingConstructor
<? extends Element_entry, Element, Extension, TdomAttributeException> Element_entry.getParseClosure()
(package private) static TypedContent.ParsingConstructor
<? extends Element_text, Element, Extension, TdomAttributeException> Element_text.getParseClosure()
(package private) static TypedContent.ParsingConstructor
<? extends Element_translationfile, Element, Extension, TdomAttributeException> Element_translationfile.getParseClosure()
Methods in eu.bandm.tools.muli.tdom with parameters of type ElementModifier and TypeMethodDescriptionprotected void
protected void
protected void
void
Method parameters in eu.bandm.tools.muli.tdom with type arguments of type ElementModifier and TypeMethodDescription(package private) static boolean
Element_entry.lookahead
(Iterators.MultipleLookaheadIterator<? extends Element> i, boolean optional) (package private) static boolean
Element_text.lookahead
(Iterators.MultipleLookaheadIterator<? extends Element> i, boolean optional) (package private) static boolean
Element_translationfile.lookahead
(Iterators.MultipleLookaheadIterator<? extends Element> i, boolean optional) (package private) static Element_entry
Element_entry.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_entry
Element_entry.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entry
Element_entry.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_text
Element_text.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_text
Element_text.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_text
Element_text.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile
Element_translationfile.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_translationfile
Element_translationfile.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile
Element_translationfile.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entry
Element_entry.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_text
Element_text.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile
Element_translationfile.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entry[]
Element_entry.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_text[]
Element_text.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile[]
Element_translationfile.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entry[]
Element_entry.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_text[]
Element_text.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile[]
Element_translationfile.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entry
Element_entry.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_text
Element_text.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_translationfile
Element_translationfile.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entry
Element_entry.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_text
Element_text.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_translationfile
Element_translationfile.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_entry[]
Element_entry.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_text[]
Element_text.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_translationfile[]
Element_translationfile.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_entry[]
Element_entry.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_text[]
Element_text.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_translationfile[]
Element_translationfile.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) 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.Constructor parameters in eu.bandm.tools.muli.tdom with type arguments of type ElementModifierConstructorDescription(package private)
Element_entry
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) (package private)
Element_text
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) (package private)
Element_translationfile
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener)