Eine Aufzählung, die die Typen von XML-Inhaltsknoten darstellt.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
XmlService.ContentType.CDATA
.
Attribute
Property | Typ | Beschreibung |
---|---|---|
CDATA | Enum | Ein XML-CDATASection -Knoten. |
COMMENT | Enum | Ein XML-Comment -Knoten. |
DOCTYPE | Enum | Ein XML-DocumentType -Knoten. |
ELEMENT | Enum | Ein XML-Element -Knoten. |
ENTITYREF | Enum | Ein XML-EntityReference -Knoten. |
PROCESSINGINSTRUCTION | Enum | Ein XML-ProcessingInstruction -Knoten. |
TEXT | Enum | Ein XML-Text -Knoten. |