Class AnyOBJECT__<D extends AnyDocument<D>,PC extends AnyUnion_Embedded_Interactive<D,PC>,__ extends AnyOBJECT__<D,PC,__>>

java.lang.Object
com.aoapps.html.any.Normal__<D,PC,__>
com.aoapps.html.any.AnyOBJECT__<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, AnyOBJECT_content<D,__>, AnyUnion_Embedded_Interactive<D,__>, Content<D,__>, DocumentWriter

public abstract class AnyOBJECT__<D extends AnyDocument<D>,PC extends AnyUnion_Embedded_Interactive<D,PC>,__ extends AnyOBJECT__<D,PC,__>> extends Normal__<D,PC,__> implements AnyOBJECT_content<D,__>

Due to limitations in Java generics, this content model does not directly reflect the parent content model, despite this being a transparent content model. Rather, it includes only the content model that always applies to this element type.

For the full, context-aware content model, which will likely include more elements, use the parent content model directly.

Author:
AO Industries, Inc.
See Also:
  • Constructor Details

  • Method Details

    • pc

      public PC pc()
      Gets the parent content model, which may also be used for creating child elements.

      This is the full, context-aware content model, which will likely include more elements.

      Returns:
      The parent content model this element is within