Uses of Class
eu.bandm.tools.lablog.xml.Element_author
Packages that use Element_author
Package
Description
Meaning: Created from d2d definition module 
 lablog$expanded at 
 2025-08-17_22h58m27.
- 
Uses of Element_author in eu.bandm.tools.lablog.xmlFields in eu.bandm.tools.lablog.xml declared as Element_authorModifier and TypeFieldDescription(package private) Element_authorElement_authors.elem_1_author(package private) Element_author[]Element_authors.elems_2_authorMethods in eu.bandm.tools.lablog.xml that return Element_authorModifier and TypeMethodDescriptionfinal Element_authorElement_author.checkRequiredAttrs()(package private) static Element_authorElement_author.decode(DecodingInputStream in, Extension ext) Element_authors.getElem_1_author()Element_authors.getElem_2_author(int index) Element_authors.getElems_2_author()(package private) static Element_authorElement_author.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_authorElement_author.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorElement_author.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorElement_author.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_author[]Element_author.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_author[]Element_author.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorElement_author.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_authorElement_author.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_author[]Element_author.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_author[]Element_author.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_authors.setElem_1_author(Element_author newElem_1_author) Element_authors.setElem_2_author(int index, Element_author newElem_2_author) Element_authors.setElems_2_author(Element_author... newElems_2_author) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_authorModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_author, Extension, TdomAttributeException> Element_author.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_author, Element, Extension, TdomAttributeException> Element_author.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_authorModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_author element) protected voidMatcher.action(Element_author element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_author element) voidElement_authors.set(Element_author elem_1_author, Element_author... elems_2_author) Set all contents fields to a new value, after checking.Element_authors.setElem_1_author(Element_author newElem_1_author) Element_authors.setElem_2_author(int index, Element_author newElem_2_author) Element_authors.setElems_2_author(Element_author... newElems_2_author) voidDumper.visit(Element_author element) voidVisitor.visit(Element_author element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_author element) (Superclass implementation descends into<!ELEMENT author (#PCDATA) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_authorModifierConstructorDescriptionElement_authors(Element_author elem_1_author, Element_author... elems_2_author) Statically typed w.r.t. the contents, as far as possible.