Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
XML_Service
DocType
Interface DocType
A representation of an XML DocumentType node.
interface
DocType
{
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
;
getElementName
()
:
string
;
getInternalSubset
()
:
string
;
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
getPublicId
()
:
string
;
getSystemId
()
:
string
;
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
;
getValue
()
:
string
;
setElementName
(
name
:
string
)
:
DocType
;
setInternalSubset
(
data
:
string
)
:
DocType
;
setPublicId
(
id
:
string
)
:
DocType
;
setSystemId
(
id
:
string
)
:
DocType
;
}
Hierarchy (
View Summary
)
GoogleAppsScript
.
XML_Service
.
Content
DocType
Index
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Element
Name
get
Internal
Subset
get
Parent
Element
get
Public
Id
get
System
Id
get
Type
get
Value
set
Element
Name
set
Internal
Subset
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
Element
Name
getElementName
()
:
string
Returns
string
get
Internal
Subset
getInternalSubset
()
:
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
Element
Name
setElementName
(
name
:
string
)
:
DocType
Parameters
name
:
string
Returns
DocType
set
Internal
Subset
setInternalSubset
(
data
:
string
)
:
DocType
Parameters
data
:
string
Returns
DocType
set
Public
Id
setPublicId
(
id
:
string
)
:
DocType
Parameters
id
:
string
Returns
DocType
set
System
Id
setSystemId
(
id
:
string
)
:
DocType
Parameters
id
:
string
Returns
DocType
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
Element
Name
get
Internal
Subset
get
Parent
Element
get
Public
Id
get
System
Id
get
Type
get
Value
set
Element
Name
set
Internal
Subset
set
Public
Id
set
System
Id
Google Apps Script API
Loading...
A representation of an XML DocumentType node.