Uses of Class
eu.bandm.tools.lablog.xml.Element_author
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
-
Uses of Element_author in eu.bandm.tools.lablog.xml
Modifier and TypeFieldDescription(package private) Element_author
Element_authors.elem_1_author
(package private) Element_author[]
Element_authors.elems_2_author
Modifier and TypeMethodDescriptionfinal Element_author
Element_author.checkRequiredAttrs()
(package private) static Element_author
Element_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_author
Element_author.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_author
Element_author.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_author
Element_author.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_author
Element_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_author
Element_author.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_author
Element_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) Modifier 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()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_author element) protected void
Matcher.action
(Element_author element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_author element) void
Element_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) void
Dumper.visit
(Element_author element) void
Visitor.visit
(Element_author element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_author element) (Superclass implementation descends into<!ELEMENT author (#PCDATA) >
.)ModifierConstructorDescriptionElement_authors
(Element_author elem_1_author, Element_author... elems_2_author) Statically typed w.r.t. the contents, as far as possible.