Uses of Class
eu.bandm.tools.lablog.xml.Element_docmat
Packages that use Element_docmat
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_docmat in eu.bandm.tools.lablog.base
Fields in eu.bandm.tools.lablog.base with type parameters of type Element_docmatModifier and TypeFieldDescriptionprotected final SortedMap<String, List<Element_docmat>> Main.docmatsByPackageList of all found DocMat, indexed by package name.Methods in eu.bandm.tools.lablog.base with parameters of type Element_docmatModifier and TypeMethodDescriptionprotected voidToHtml.renderDocmat(String packageName, String issueName, Element_docmat data) Make the xhtml rendering of a d2d "docMat" element, which appears independent from an issue. -
Uses of Element_docmat in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return Element_docmatModifier and TypeMethodDescriptionfinal Element_docmatElement_docmat.checkRequiredAttrs()Element_entries.Choice_1_Alt_2.getElem_1_docmat()Element_package.Choice_1_Alt_2.getElem_1_docmat()static Element_docmatElement_docmat.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_entries.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) Element_package.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) Methods in eu.bandm.tools.lablog.xml with parameters of type Element_docmatModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_docmat element) protected voidMatcher.action(Element_docmat element) static Element_entries.Choice_1Element_entries.Choice_1.alt(Element_docmat elem_1_docmat) Wrap the content sequence into an instance of the corresponding subtype.static Element_package.Choice_1Element_package.Choice_1.alt(Element_docmat elem_1_docmat) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_docmat element) voidElement_entries.Choice_1_Alt_2.set(Element_docmat elem_1_docmat) voidElement_package.Choice_1_Alt_2.set(Element_docmat elem_1_docmat) Element_entries.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) Element_package.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) voidDumper.visit(Element_docmat element) voidVisitor.visit(Element_docmat element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_docmat element) (Superclass implementation descends into<!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_docmatModifierConstructorDescriptionChoice_1_Alt_2(Element_docmat elem_1_docmat) Choice_1_Alt_2(Element_docmat elem_1_docmat)