[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-03 (世界標準時間)。"],[[["`EntityRef` represents an XML `EntityReference` node, providing methods to interact with and modify it within a document."],["It offers methods to get and set the name, public ID, and system ID of the entity reference."],["You can detach the node from its parent, retrieve its text value, and access its parent element using provided methods."],["This class facilitates working with external entities referenced within an XML document using Apps Script's XML Service."]]],["The `EntityRef` represents an XML entity reference node. Key actions include: getting the node's name, parent element, public ID, system ID, and the text value of its children. It also allows detaching from its parent. You can set the node's name, public ID, and system ID. If the node doesn't have a parent, public ID, or system ID, methods will return null or have no effect.\n"]]