ApiProvider._registerPostProcessor

On each call, you can register another post processor for the generated html. If your delegate takes a Document, it will only run on document envelopes (full pages generated). If you take an Element, it will apply on almost any generated html.

Note: if you override _postProcess or _postProcessElement, be sure to call the superclass version for these registered functions to run.

Suggestion Box / Bug Report