Class MdeDerivedContentModel


public class MdeDerivedContentModel extends MdeComplexType
Renders JSP for a Derived Content Model, which uses the "ComplexContent" schema element to "extend" or "restrict" an existing ComplexType.
Author:
ostwald

  • Constructor Details

    • MdeDerivedContentModel

      public MdeDerivedContentModel(RendererImpl renderer)
      Constructor for the MdeDerivedContentModel object
      Parameters:
      renderer - NOT YET DOCUMENTED
  • Method Details

    • render

      public void render()
      Render a derived content model (complexType) by calling either renderExtension or renderRestriction as appropriate.
      Overrides:
      render in class MdeComplexType
    • setDebug

      public static void setDebug(boolean bool)
      Sets the debug attribute of the MdeDerivedContentModel class
      Parameters:
      bool - The new debug value
    • prtln

      protected void prtln(String s)
      NOT YET DOCUMENTED
      Overrides:
      prtln in class MdeComplexType
      Parameters:
      s - NOT YET DOCUMENTED