Class Element_issue

All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>, Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>

@Undocumented public class Element_issue extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Central data object to represent one recognized issue. Goes through different states. More than one Element_note can be appended to its contents. The generated xhtml files will contain tables of evaluation results of these Issues. (The other components contained in a lablog are Element_docmat.).

<!ELEMENT issue (name, authors, date, prior, costs, desc, (note)*) >.
This class realizes the element definition from the source DTD.