Uses of Class
eu.bandm.tools.lablog.xml.Element_note
Packages that use Element_note
Package
Description
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_note in eu.bandm.tools.lablog.base
Methods in eu.bandm.tools.lablog.base with parameters of type Element_noteModifier and TypeMethodDescriptionvoidToHtml.visit(Element_note el) Make the xhtml rendering of a note = a text aappended to an Issue. -
Uses of Element_note in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as Element_noteMethods in eu.bandm.tools.lablog.xml that return Element_noteModifier and TypeMethodDescriptionfinal Element_noteElement_note.checkRequiredAttrs()(package private) static Element_noteElement_note.decode(DecodingInputStream in, Extension ext) Element_issue.getElem_1_note(int index) Element_issue.getElems_1_note()(package private) static Element_noteElement_note.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_noteElement_note.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noteElement_note.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noteElement_note.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note[]Element_note.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note[]Element_note.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noteElement_note.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noteElement_note.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note[]Element_note.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note[]Element_note.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_issue.setElem_1_note(int index, Element_note newElem_1_note) Element_issue.setElems_1_note(Element_note... newElems_1_note) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_noteModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_note, Extension, TdomAttributeException> Element_note.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_note, Element, Extension, TdomAttributeException> Element_note.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_noteModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_note element) protected voidMatcher.action(Element_note element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_note element) 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.Element_issue.setElem_1_note(int index, Element_note newElem_1_note) Element_issue.setElems_1_note(Element_note... newElems_1_note) voidDumper.visit(Element_note element) voidVisitor.visit(Element_note element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_note element) (Superclass implementation descends into<!ELEMENT note (authors, date, (ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)?, prior?, costs?, (a:p | a:SRC)*) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_noteModifierConstructorDescriptionElement_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.