Interface RenderConfig.XMLRenderingOptions

All Superinterfaces:
RenderConfig.AdditionalRenderingOptions
Enclosing class:
RenderConfig

public static interface RenderConfig.XMLRenderingOptions extends RenderConfig.AdditionalRenderingOptions
Additional options passed to an XML renderer. Some options might be ignored for some content.
Since:
1.11.0
  • Method Details

    • withApply

      default boolean withApply()
      Only applicable to catalogs.
      Returns:
      true to add an <apply /> element.
    • withReset

      default boolean withReset()
      Only applicable to catalogs.
      Returns:
      true to add an reset attribute.
    • optionalHeader

      default Optional<String> optionalHeader()
      Returns:
      Optional comment to add to the generated document