Skip to content

Documentation To Do

Vladimir Schneider edited this page May 9, 2019 · 2 revisions

Documentation pages on the to do list:

  • Multi-Threading concerns
    • Initialization sequence of instances
    • Re-use of instances
    • What not to do
  • Configuration Options How To
    • Types of data holders and data keys
      • DataHolder vs DataSet
      • Mutable/Immutable
      • Scoped DataSets
      • DataKey, DynamicDefaultKey (obsolete)
      • Overriding existing defaults of existing keys
    • Parsers get options from builder
    • Renderers get options from builder with fallback to document node being rendered
    • Passing custom options
      • to Parser Extension Components
      • to Renderer Extension Components