MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / DeclaredContent Enumeration

DeclaredContent Enumeration
Where nested subelements cannot occur within an element, its contents can be declared to consist of one of the types of declared content contained in this enumeration.
Syntax
'Declaration
 
Public Enum DeclaredContent 
   Inherits System.Enum
 
Members
MemberDescription
CDATACharacter data (CDATA), which contains only valid SGML characters.
DefaultNot defined.
EMPTYEmpty element (EMPTY), i.e. having no contents, or contents that can be generated by the program.
RCDATAReplaceable character data (RCDATA), which can contain text, character references and/or general entity references that resolve to character data.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.DeclaredContent

See Also