Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
XML_Service
EntityRef
Interface EntityRef
A representation of an XML EntityReference node.
interface
EntityRef
{
asCdata
()
:
Cdata
;
asComment
()
:
GoogleAppsScript
.
XML_Service
.
Comment
;
asDocType
()
:
DocType
;
asElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
asEntityRef
()
:
EntityRef
;
asProcessingInstruction
()
:
ProcessingInstruction
;
asText
()
:
GoogleAppsScript
.
XML_Service
.
Text
;
detach
()
:
GoogleAppsScript
.
XML_Service
.
Content
;
getName
()
:
string
;
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
getPublicId
()
:
string
;
getSystemId
()
:
string
;
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
;
getValue
()
:
string
;
setName
(
name
:
string
)
:
EntityRef
;
setPublicId
(
id
:
string
)
:
EntityRef
;
setSystemId
(
id
:
string
)
:
EntityRef
;
}
Hierarchy (
View Summary
)
GoogleAppsScript
.
XML_Service
.
Content
EntityRef
Index
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Name
get
Parent
Element
get
Public
Id
get
System
Id
get
Type
get
Value
set
Name
set
Public
Id
set
System
Id
Methods
as
Cdata
asCdata
()
:
Cdata
Returns
Cdata
as
Comment
asComment
()
:
GoogleAppsScript
.
XML_Service
.
Comment
Returns
GoogleAppsScript
.
XML_Service
.
Comment
as
Doc
Type
asDocType
()
:
DocType
Returns
DocType
as
Element
asElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
Returns
GoogleAppsScript
.
XML_Service
.
Element
as
Entity
Ref
asEntityRef
()
:
EntityRef
Returns
EntityRef
as
Processing
Instruction
asProcessingInstruction
()
:
ProcessingInstruction
Returns
ProcessingInstruction
as
Text
asText
()
:
GoogleAppsScript
.
XML_Service
.
Text
Returns
GoogleAppsScript
.
XML_Service
.
Text
detach
detach
()
:
GoogleAppsScript
.
XML_Service
.
Content
Returns
GoogleAppsScript
.
XML_Service
.
Content
get
Name
getName
()
:
string
Returns
string
get
Parent
Element
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
Returns
GoogleAppsScript
.
XML_Service
.
Element
get
Public
Id
getPublicId
()
:
string
Returns
string
get
System
Id
getSystemId
()
:
string
Returns
string
get
Type
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
Returns
GoogleAppsScript
.
XML_Service
.
ContentType
get
Value
getValue
()
:
string
Returns
string
set
Name
setName
(
name
:
string
)
:
EntityRef
Parameters
name
:
string
Returns
EntityRef
set
Public
Id
setPublicId
(
id
:
string
)
:
EntityRef
Parameters
id
:
string
Returns
EntityRef
set
System
Id
setSystemId
(
id
:
string
)
:
EntityRef
Parameters
id
:
string
Returns
EntityRef
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Name
get
Parent
Element
get
Public
Id
get
System
Id
get
Type
get
Value
set
Name
set
Public
Id
set
System
Id
Google Apps Script API
Loading...
A representation of an XML EntityReference node.