Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
75 lines (46 loc) · 1.72 KB

internal_api.rst

File metadata and controls

75 lines (46 loc) · 1.72 KB

Internal API

The internals of Imprint are implemented in the imprint.core package. Some of the internals are exposed to the user through the tag-api in imprint.core.tags and imprint.core.state. The remainder is not normally of interest to the user. However, it may be useful for developers and authors of more complex plugins to have access to the internals of the engine.

Contents

Parsers

imprint.core.parsers

DocxParserBase

ReferenceProcessor

TemplateProcessor

Tag Handling

RootTag

TagStack

TagStackNode

OpenTagError

Utilities

imprint.core.utilities