Class MdeRepeatingSubstitutionGroup


public class MdeRepeatingSubstitutionGroup extends MdeRepeatingNode
Renders JSP for Repeating Substitution Group elements for the metadata editor.
Author:
ostwald

  • Constructor Details

    • MdeRepeatingSubstitutionGroup

      public MdeRepeatingSubstitutionGroup(RendererImpl renderer)
  • Method Details

    • render

      public void render()
      Does not attempt to preserve order of elements in the instance document, but rather groups them by their element name.
      Specified by:
      render in class MdeRepeatingNode
    • getRepeatingContent

      protected org.dom4j.Element getRepeatingContent(String itemPath, String siblingPath, String indexId)
      Renders the contents of this node, which are in turn rendered inside an iteration element.
      Parameters:
      itemPath - the xpath for this element, with indexing to support iteration
      Returns:
      The repeatingContent value
    • getSubstitutionGroupNewItemControl

      protected org.dom4j.Element getSubstitutionGroupNewItemControl()
    • setDebug

      public static void setDebug(boolean bool)
    • prtln

      protected void prtln(String s)
      Description copied from class: MdeRepeatingNode
      NOT YET DOCUMENTED
      Overrides:
      prtln in class MdeRepeatingNode
      Parameters:
      s - NOT YET DOCUMENTED