StructuredDocument

  • Namespace
  • Unit
  • Bron

Structured document

A structured document is used to encode a textual TDocument in a structured way using a tree representation. The tree consists of TDocumentNode instances, each encoding a specific part of the document in a specific way. A structured document can be persisted or serialized to XML and parsed again using a TStructuredDocumentParser. A TDocument can also be compiled to HTML using a TDocumentToHtmlCompiler and to PDF using a TDocumentToPdfCompiler.