Class Normal__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends Normal__<D,PC,__>>

java.lang.Object
com.aoapps.html.any.Normal__<D,PC,__>
Type Parameters:
D - This document type
PC - The parent content model this element is within
__ - This content model, which will be the parent content model of child elements
All Implemented Interfaces:
Whitespace, Content<D,__>, DocumentWriter
Direct Known Subclasses:
AnyBODY__, AnyCOLGROUP__, AnyDL__, AnyHEAD__, AnyHTML__, AnyMENU__, AnyOBJECT__, AnyOL__, AnyOPTGROUP__, AnySELECT__, AnyTABLE__, AnyTBODY__, AnyTFOOT__, AnyTHEAD__, AnyTR__, AnyUL__, NormalText__

public abstract class Normal__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends Normal__<D,PC,__>> extends Object implements Content<D,__>
Author:
AO Industries, Inc.
  • Field Details

  • Constructor Details

    • Normal__

      protected Normal__(Normal<D,PC,?,__,?> element)
  • Method Details

    • getDocument

      public D getDocument()
      Description copied from interface: Content
      Gets the document for the current content model. The document can be used to perform raw output or write elements not expected in the current context.
      Specified by:
      getDocument in interface Content<D extends AnyDocument<D>,PC extends Content<D,PC>>