CxXmlDocBody

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocBody

Derived from

CxNode abstract

Represents the body of an XML content element:

<some-content-element>
  Single implicit paragraph
</some-content-element>

<some-content-element>
  <para>
    First explicit paragraph
  </para>
  <para>
    First explicit paragraph
  </para>
</some-content-element>

Public / Constructors

Cx​Xml​Doc​Body


public constructor CxXmlDocBody → (1)

content opt : IBagConst<CxXmlDocParagraph> = null

The paragraph list or null for an empty list. See Content.

Creates a new instance of CxXmlDocBody.

Public / Attributes

Content


[Constant]
public attribute Content → (get)

value : IVectorConst<CxXmlDocParagraph>

[not-null]
The paragraph list.

Returns the paragraphs.