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
2026-02-01_13h22m49.
-
Uses of Element_author in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return Element_authorModifier and TypeMethodDescriptionfinal Element_authorElement_author.checkRequiredAttrs()Element_authors.getElem_1_author()Element_authors.getElem_2_author(int index) Element_authors.getElems_2_author()static Element_authorElement_author.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) 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 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.