Class Document

All Implemented Interfaces:
Visitable<Visitor>
Direct Known Subclasses:
Document_translationfile

@Generated(generator="eu.bandm.tools.tdom.TypedDOMGenerator", version="", timestamp="2025-01-23_18h15m56") @Undocumented public abstract class Document extends TypedDocument<Element,Extension> implements Visitable<Visitor>
Common base class for all document classes in this tdom instance. (Will hardly be ever accessed by the programmer processing the tdom data.)
  • Constructor Details

    • Document

      protected Document()