Enum ContentType

Content Type

An enumeration representing the types of XML content nodes.

To call an enum, you call its parent class, name, and property. For example, XmlService.ContentType.CDATA .

Properties

Property Type Description
CDATA
Enum An XML CDATASection node.
COMMENT
Enum An XML Comment node.
DOCTYPE
Enum An XML Document Type node.
ELEMENT
Enum An XML Element node.
ENTITYREF
Enum An XML Entity Reference node.
PROCESSINGINSTRUCTION
Enum An XML Processing Instruction node.
TEXT
Enum An XML Text node.
Create a Mobile Website
View Site in Mobile | Classic
Share by: