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
2026-02-01_13h22m49.
-
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
Methods in eu.bandm.tools.lablog.xml that return Element_noteModifier and TypeMethodDescriptionfinal Element_noteElement_note.checkRequiredAttrs()Element_issue.getElem_1_note(int index) Element_issue.getElems_1_note()static Element_noteElement_note.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) 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 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.