Uses of Class
eu.bandm.tools.lablog.xml.Element_note
Package
Description
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
-
Uses of Element_note in eu.bandm.tools.lablog.base
Modifier and TypeMethodDescriptionvoid
ToHtml.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
Modifier and TypeMethodDescriptionfinal Element_note
Element_note.checkRequiredAttrs()
(package private) static Element_note
Element_note.decode
(DecodingInputStream in, Extension ext) Element_issue.getElem_1_note
(int index) Element_issue.getElems_1_note()
(package private) static Element_note
Element_note.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_note
Element_note.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note
Element_note.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note
Element_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_note
Element_note.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note
Element_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) Modifier 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()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_note element) protected void
Matcher.action
(Element_note element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_note element) void
Element_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) void
Dumper.visit
(Element_note element) void
Visitor.visit
(Element_note element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_note element) (Superclass implementation descends into<!ELEMENT note (authors, date, (ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)?, prior?, costs?, (a:p | a:SRC)*) >
.)ModifierConstructorDescriptionElement_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.