Enum ContentType
ContentType
ספירה שמייצגת את סוגי הצמתים של תוכן ה-XML.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
XmlService.ContentType.CDATA
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון UTC).
[null,null,["עדכון אחרון: 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`."]]],[]]