Interface ICustomElementComposerContext

All Known Implementing Classes:
CustomElementComposerContext

public interface ICustomElementComposerContext
Context interface that should be used when composing a custom schema element.
Since:
9.0
Author:
Arjan Pragt
  • Method Details

    • getParameters

      IParameters getParameters()
      This method returns the parameters of the custom element.
      Returns:
      The parameters, never null.
    • addElement

      Use this method to create an element reference.
      Parameters:
      name - The name of the element to create, may not be null.
      Returns:
      The xml element context relative to the created element, never null.