Interface IXmlPostProcessor

All Known Implementing Classes:
XmlDocumentPostProcessor, XmlPagePostProcessor

public interface IXmlPostProcessor
This interface may be implemented by objects that which to perform some actions on the resulting xml node.
Since:
6.0
Author:
F. van der Meer
  • Method Details

    • postProcess

      IXmlElement postProcess(IXmlRendererContext ctx, ICompositeElement element, IXmlElement currentResult)
      This method will be invoked to perform the post-processing.
      Parameters:
      ctx - The context for the renderers.
      element - The page or document element that was converted to XML.
      currentResult - The XML element for the page.
      Returns:
      XML element after post-processing.