Uses of Class
eu.bandm.tools.lablog.xml.Element_authors
Packages that use Element_authors
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_authors in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as Element_authorsModifier and TypeFieldDescription(package private) Element_authorsElement_docmat.elem_1_authors(package private) Element_authorsElement_issue.elem_1_authors(package private) Element_authorsElement_note.elem_1_authorsMethods in eu.bandm.tools.lablog.xml that return Element_authorsModifier and TypeMethodDescriptionfinal Element_authorsElement_authors.checkRequiredAttrs()(package private) static Element_authorsElement_authors.decode(DecodingInputStream in, Extension ext) Element_docmat.getElem_1_authors()Element_issue.getElem_1_authors()Element_note.getElem_1_authors()(package private) static Element_authorsElement_authors.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_authorsElement_authors.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorsElement_authors.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorsElement_authors.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authors[]Element_authors.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authors[]Element_authors.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_authorsElement_authors.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_authorsElement_authors.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_authors[]Element_authors.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_authors[]Element_authors.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_docmat.setElem_1_authors(Element_authors newElem_1_authors) Element_issue.setElem_1_authors(Element_authors newElem_1_authors) Element_note.setElem_1_authors(Element_authors newElem_1_authors) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_authorsModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_authors, Extension, TdomAttributeException> Element_authors.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_authors, Element, Extension, TdomAttributeException> Element_authors.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_authorsModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_authors element) protected voidMatcher.action(Element_authors element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_authors element) voidElement_docmat.set(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_reference[] elems_1_reference, Element_docmat.Choice_1... choices_1) Set all contents fields to a new value, after checking.voidElement_issue.set(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Set all contents fields to a new value, after checking.voidElement_note.set(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Set all contents fields to a new value, after checking.Element_docmat.setElem_1_authors(Element_authors newElem_1_authors) Element_issue.setElem_1_authors(Element_authors newElem_1_authors) Element_note.setElem_1_authors(Element_authors newElem_1_authors) voidDumper.visit(Element_authors element) voidVisitor.visit(Element_authors element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_authors element) (Superclass implementation descends into<!ELEMENT authors (author, author*) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_authorsModifierConstructorDescriptionElement_docmat(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_reference[] elems_1_reference, Element_docmat.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.Element_issue(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Statically typed w.r.t. the contents, as far as possible.Element_note(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Statically typed w.r.t. the contents, as far as possible.