Uses of Class
eu.bandm.tools.muli.tdom.Element_translationfile
-
Uses of Element_translationfile in eu.bandm.tools.muli.tdom
Modifier and TypeMethodDescriptionfinal Element_translationfile
Element_translationfile.checkRequiredAttrs()
(package private) static Element_translationfile
Element_translationfile.decode
(DecodingInputStream in, Extension ext) Document_translationfile.getDocumentElement()
Return the top level element.(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_translationfile
Element_translationfile.parseOptional
(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_translationfile[]
Element_translationfile.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfile
Element_translationfile.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_translationfile
Element_translationfile.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_translationfile[]
Element_translationfile.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_translationfile[]
Element_translationfile.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_translationfile,
Extension, TdomAttributeException> Element_translationfile.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_translationfile,
Element, Extension, TdomAttributeException> Element_translationfile.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_translationfile element) protected void
Matcher.action
(Element_translationfile element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_translationfile element) void
Dumper.visit
(Element_translationfile element) void
Visitor.visit
(Element_translationfile element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_translationfile element) (Superclass implementation descends into<!ELEMENT translationfile (entry*) >
.)ModifierConstructorDescriptionCreate a document in a bottom-up fashion from its toplevel element.