[]
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.
public enum DeclaredContent
| Name | Description |
|---|---|
| CDATA | Character data (CDATA), which contains only valid SGML characters. |
| Default | Not defined. |
| EMPTY | Empty element (EMPTY), i.e. having no contents, or contents that can be generated by the program. |
| RCDATA | Replaceable character data (RCDATA), which can contain text, character references and/or general entity references that resolve to character data. |