Uses of Class
eu.bandm.tools.lablog.xml.Element_docmat
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_docmat in eu.bandm.tools.lablog.base
Modifier and TypeFieldDescriptionprotected final SortedMap<String,
List<Element_docmat>> Main.docmatsByPackage
List of all found DocMat, indexed by package name.Modifier and TypeMethodDescriptionprotected void
ToHtml.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
Modifier and TypeFieldDescription(package private) Element_docmat
Element_entries.Choice_1_Alt_2.elem_1_docmat
(package private) Element_docmat
Element_package.Choice_1_Alt_2.elem_1_docmat
Modifier and TypeMethodDescriptionfinal Element_docmat
Element_docmat.checkRequiredAttrs()
(package private) static Element_docmat
Element_docmat.decode
(DecodingInputStream in, Extension ext) Element_entries.Choice_1_Alt_2.getElem_1_docmat()
Element_package.Choice_1_Alt_2.getElem_1_docmat()
(package private) static Element_docmat
Element_docmat.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_docmat
Element_docmat.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_docmat
Element_docmat.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_docmat
Element_docmat.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_docmat[]
Element_docmat.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_docmat[]
Element_docmat.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_docmat
Element_docmat.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_docmat
Element_docmat.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_docmat[]
Element_docmat.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_docmat[]
Element_docmat.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) 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) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_docmat,
Extension, TdomAttributeException> Element_docmat.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_docmat,
Element, Extension, TdomAttributeException> Element_docmat.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_docmat element) protected void
Matcher.action
(Element_docmat element) static Element_entries.Choice_1
Element_entries.Choice_1.alt
(Element_docmat elem_1_docmat) Wrap the content sequence into an instance of the corresponding subtype.static Element_package.Choice_1
Element_package.Choice_1.alt
(Element_docmat elem_1_docmat) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_docmat element) void
Element_entries.Choice_1_Alt_2.set
(Element_docmat elem_1_docmat) void
Element_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) void
Dumper.visit
(Element_docmat element) void
Visitor.visit
(Element_docmat element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_docmat element) (Superclass implementation descends into<!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) >
.)ModifierConstructorDescriptionChoice_1_Alt_2
(Element_docmat elem_1_docmat) Choice_1_Alt_2
(Element_docmat elem_1_docmat)