Classes

  ClassDescription
Public classXhtmlDocument
Represents an XHTML Document inside Composite C1. This structure can contain both head elements and body elements (content) and XhtmlDocuments that are being rendered can be nested within each other. The Composite C1 core will normalize such a nested structure when rendering a page, ensuring head elementsa flow to the top level document and body content is left, ultimately yielding one complete and correctly structured xhtml page.
Public classXmlWriterUtils
This class contains Composite IO versions of System.Xml.XmlWriter/System.Xml.XmlTextWriter Create. These method should be used instead of the ones in System.Xml.XmlWriter/System.Xml.XmlTextWriter.