Uses of Class
eu.bandm.tools.lablog.xml.Element_desc
Packages that use Element_desc
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_desc in eu.bandm.tools.lablog.base
Methods in eu.bandm.tools.lablog.base with parameters of type Element_descModifier and TypeMethodDescriptionvoidToHtml.visit(Element_desc el) Make the xhtml rendering of a d2d "desc" element, which occurs is the main sub-element of an issue. -
Uses of Element_desc in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return Element_descModifier and TypeMethodDescriptionfinal Element_descElement_desc.checkRequiredAttrs()Element_issue.getElem_1_desc()static Element_descElement_desc.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_issue.setElem_1_desc(Element_desc newElem_1_desc) Methods in eu.bandm.tools.lablog.xml with parameters of type Element_descModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_desc element) protected voidMatcher.action(Element_desc element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_desc 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_desc(Element_desc newElem_1_desc) voidDumper.visit(Element_desc element) voidVisitor.visit(Element_desc element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.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 )* >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_descModifierConstructorDescriptionElement_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.