Enum ContentType
ContentType
Wyliczenie reprezentujące typy węzłów treści XML.
Aby wywołać wyliczenie, wywołaj jej klasę nadrzędną, nazwę i właściwość. Na przykład:
XmlService.ContentType.CDATA
.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-01 UTC."],[[["`ContentType` is an enumeration used to represent the types of XML content nodes in Apps Script."],["The available `ContentType` properties include: `CDATA`, `COMMENT`, `DOCTYPE`, `ELEMENT`, `ENTITYREF`, `PROCESSINGINSTRUCTION`, and `TEXT`, each representing a different type of XML node."],["To use a ContentType property, call its parent class, name, and the specific property, such as `XmlService.ContentType.CDATA`."]]],[]]