Package | Description |
---|---|
eu.bandm.tools.lablog.base |
Evaluation, statistics and renderings of bandm lab log format.
|
eu.bandm.tools.lablog.xml |
Meaning: Created from d2d definition module
lablog$expanded at
2022-07-01_07h58m33.
|
Modifier and Type | Method and Description |
---|---|
void |
ToHtml.visit(Element_note el)
Make the xhtml rendering of a note = a text aappended to an Issue.
|
Modifier and Type | Method and Description |
---|---|
Element_note |
Element_note.checkRequiredAttrs() |
Element_note |
Element_issue.getElem_1_note(int index) |
Element_note[] |
Element_issue.getElems_1_note() |
static Element_note |
Element_note.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_note |
Element_issue.setElem_1_note(int index,
Element_note newElem_1_note) |
Element_note[] |
Element_issue.setElems_1_note(Element_note... newElems_1_note) |
Modifier and Type | Method and Description |
---|---|
protected 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_note |
Element_issue.setElem_1_note(int index,
Element_note newElem_1_note) |
Element_note[] |
Element_issue.setElems_1_note(Element_note... newElems_1_note) |
void |
Dumper.visit(Element_note element) |
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)*) >
.) |
void |
Visitor.visit(Element_note element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
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.
|
see also the complete user documentation .