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 | Field and Description |
---|---|
protected SortedMap<String,List<Element_docmat>> |
Main.docmatsByPackage
List of all found DocMat, indexed by package name.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
Element_html |
ToHtml.makeHtml(SortedMap<String,List<Element_issue>> issuesByPackage,
SortedMap<String,List<Element_docmat>> docmatsByPackage,
Map<Element,File> elements2file,
Map<File,MessageStore<SimpleMessage<XMLDocumentIdentifier>>> files2error)
Make the complete html rendering.
|
Modifier and Type | Method and Description |
---|---|
Element_docmat |
Element_docmat.checkRequiredAttrs() |
Element_docmat |
Element_package.Choice_1_Alt_2.getElem_1_docmat() |
Element_docmat |
Element_entries.Choice_1_Alt_2.getElem_1_docmat() |
static Element_docmat |
Element_docmat.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_docmat |
Element_package.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) |
Element_docmat |
Element_entries.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_docmat element) |
protected void |
Matcher.action(Element_docmat element) |
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.
|
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.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_docmat element) |
void |
Element_package.Choice_1_Alt_2.set(Element_docmat elem_1_docmat) |
void |
Element_entries.Choice_1_Alt_2.set(Element_docmat elem_1_docmat) |
Element_docmat |
Element_package.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) |
Element_docmat |
Element_entries.Choice_1_Alt_2.setElem_1_docmat(Element_docmat newElem_1_docmat) |
void |
Dumper.visit(Element_docmat element) |
void |
VisitorTemplate.visit(Element_docmat element)
(Superclass implementation descends into
<!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) >
.) |
void |
Visitor.visit(Element_docmat element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_2(Element_docmat elem_1_docmat) |
Choice_1_Alt_2(Element_docmat elem_1_docmat) |
see also the complete user documentation .