Class AnyOBJECT_c<D extends AnyDocument<D>,PC extends AnyUnion_Embedded_Interactive<D,PC>,_c extends AnyOBJECT_c<D,PC,_c>>

java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
com.aoapps.html.any.AnyOBJECT_c<D,PC,_c>
Type Parameters:
D - This document type
PC - The parent content model this element is within
_c - This content model as Closeable, which will be the parent content model of child elements
All Implemented Interfaces:
Whitespace, AnyOBJECT_content<D,_c>, AnyUnion_Embedded_Interactive<D,_c>, Closeable<D,PC>, Content<D,_c>, DocumentWriter, Closeable, AutoCloseable

public abstract class AnyOBJECT_c<D extends AnyDocument<D>,PC extends AnyUnion_Embedded_Interactive<D,PC>,_c extends AnyOBJECT_c<D,PC,_c>> extends Normal_c<D,PC,_c> implements AnyOBJECT_content<D,_c>

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