Package | Description |
---|---|
de.unirostock.sems.bives.algorithm | |
de.unirostock.sems.bives.ds | |
de.unirostock.sems.bives.markup | |
de.unirostock.sems.bives.tools |
Modifier and Type | Method and Description |
---|---|
MarkupElement |
DiffReporter.reportDelete()
Report a delete.
|
MarkupElement |
DiffReporter.reportInsert()
Report an insert.
|
MarkupElement |
DiffReporter.reportModification(SimpleConnectionManager conMgmt,
DiffReporter docA,
DiffReporter docB)
Report as a modification.
|
Modifier and Type | Method and Description |
---|---|
void |
Xhtml.reportDelete(MarkupElement me)
Report this object as deleted.
|
void |
Xhtml.reportInsert(MarkupElement me)
Report this object as inserted.
|
void |
Xhtml.reportModification(SimpleConnectionManager conMgmt,
Xhtml a,
Xhtml b,
MarkupElement me)
Report a modification between to Xhtml objects.
|
Modifier and Type | Method and Description |
---|---|
List<MarkupElement> |
MarkupElement.getSubElements()
Gets the sub-elements.
|
List<MarkupElement> |
MarkupSection.getValues()
Gets the elements.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkupElement.addSubElements(MarkupElement element)
Adds a sub-element.
|
void |
MarkupSection.addValue(MarkupElement element)
Adds an element to this section.
|
Modifier and Type | Method and Description |
---|---|
static void |
BivesTools.genAttributeMarkupStats(de.unirostock.sems.xmlutils.ds.DocumentNode a,
de.unirostock.sems.xmlutils.ds.DocumentNode b,
MarkupElement markupElement)
Generate some Attribute difference report for Markup Documents.
|
static void |
BivesTools.genMathMarkupStats(de.unirostock.sems.xmlutils.ds.DocumentNode a,
de.unirostock.sems.xmlutils.ds.DocumentNode b,
MarkupElement markupElement)
Generate some MathML difference report for Markup Documents .
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.