Interface IXmlRendererContext

All Superinterfaces:
IRendererContext
All Known Implementing Classes:
XmlRendererContext

public interface IXmlRendererContext extends IRendererContext
This context class allows for information retrieval and control of the xml rendering process.
Since:
6.0
Author:
F. van der Meer
  • Method Details

    • process

      IXmlElement process(IElement element)
      This function processes the element into an IXMLElement using the converters defined in the renderer.
      Parameters:
      element - The element to convert to xml.
      Returns:
      A converted element, or null when the element should not be displayed.
    • processChildren

      IXmlElement[] processChildren(IElement element)
      Processes the childs of the passed element into xml. The resulting array can be zero-length.
      Parameters:
      element - The element of who it's children should be converter.
      Returns:
      The IXMLElement[] array after conversion. This array can be zero-length but should never be null