Event
Table of Contents
Classes
- ModifyDocumentEntryAdditionalData
- PostCollectFilesForParsingEvent
- This event is called after all files have been collected for parsing
But before the actual parsing begins.
- PostParseDocument
- This event is called after the parsing of each document is completed by the responsible extension.
- PostParseProcess
- This event is dispatched right after the overall parsing process is
finished, Before the compiler passes, including the node transformers
are called.
- PostProjectNodeCreated
- PostRenderDocument
- This event is called after the rendering of each document.
- PostRenderProcess
- This event is called once after each rendering method after all documents have been rendered.
- PreParseDocument
- This event is called before the parsing of each document is passed to the responsible extension.
- PreParseProcess
- This event is dispatched right before the overall parsing process is
started.
- PreRenderDocument
- This event is called before the rendering of each document.
- PreRenderProcess
- This event is called once before each rendering method after all documents have been parsed and
all compiler passes (including node transformers have been called.)