CxXmlDocBody
Description
- 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
CxXmlDocBody
2 overloads
Creates a new instance of CxXmlDocBody.
Creates a new instance of CxXmlDocBody.