Uses of Class
eu.bandm.tools.muli.tdom.Element_translationfile
Packages that use Element_translationfile
-
Uses of Element_translationfile in eu.bandm.tools.muli.tdom
Methods in eu.bandm.tools.muli.tdom that return Element_translationfileModifier and TypeMethodDescriptionfinal Element_translationfileElement_translationfile.checkRequiredAttrs()(package private) static Element_translationfileElement_translationfile.decode(DecodingInputStream in, Extension ext) Document_translationfile.getDocumentElement()Return the top level element.(package private) static Element_translationfileElement_translationfile.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_translationfileElement_translationfile.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfileElement_translationfile.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_translationfileElement_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_translationfileElement_translationfile.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_translationfileElement_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) Methods in eu.bandm.tools.muli.tdom that return types with arguments of type Element_translationfileModifier 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()Methods in eu.bandm.tools.muli.tdom with parameters of type Element_translationfileModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_translationfile element) protected voidMatcher.action(Element_translationfile element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_translationfile element) voidDumper.visit(Element_translationfile element) voidVisitor.visit(Element_translationfile element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_translationfile element) (Superclass implementation descends into<!ELEMENT translationfile (entry*) >.)Constructors in eu.bandm.tools.muli.tdom with parameters of type Element_translationfileModifierConstructorDescriptionCreate a document in a bottom-up fashion from its toplevel element.