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_desc el)
Make the xhtml rendering of a d2d "desc" element, which occurs is the main sub-element
of an issue.
|
Modifier and Type | Method and Description |
---|---|
Element_desc |
Element_desc.checkRequiredAttrs() |
Element_desc |
Element_issue.getElem_1_desc() |
static Element_desc |
Element_desc.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_desc |
Element_issue.setElem_1_desc(Element_desc newElem_1_desc) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_desc element) |
protected void |
Matcher.action(Element_desc element) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_desc 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_desc |
Element_issue.setElem_1_desc(Element_desc newElem_1_desc) |
void |
Dumper.visit(Element_desc element) |
void |
VisitorTemplate.visit(Element_desc element)
(Superclass implementation descends into
<!ELEMENT desc (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink |
a:strikeout | a:scaps | a:hh | a:larger |
a:smaller | a:indexlo | a:indexhi |
a:spanstyle | a:src | a:verbatimXml | a:nl |
a:ldots | a:label | a:ref | a:pers | a:opus |
a:persop | a:emph | a:xemph | a:xlang |
a:treeInclude | a:link | a:cite | a:image |
a:list | a:table | a:footnote |
a:footnotemark | a:footnotetext | a:p | a:SRC
)* >
.) |
void |
Visitor.visit(Element_desc 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 .