Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
XML_Service
ProcessingInstruction
Interface ProcessingInstruction
A representation of an XML ProcessingInstruction node.
interface
ProcessingInstruction
{
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
;
getData
()
:
string
;
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
getTarget
()
:
string
;
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
;
getValue
()
:
string
;
}
Hierarchy (
View Summary
)
GoogleAppsScript
.
XML_Service
.
Content
ProcessingInstruction
Index
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Data
get
Parent
Element
get
Target
get
Type
get
Value
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
Data
getData
()
:
string
Returns
string
get
Parent
Element
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
Returns
GoogleAppsScript
.
XML_Service
.
Element
get
Target
getTarget
()
:
string
Returns
string
get
Type
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
Returns
GoogleAppsScript
.
XML_Service
.
ContentType
get
Value
getValue
()
:
string
Returns
string
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
Data
get
Parent
Element
get
Target
get
Type
get
Value
Google Apps Script API
Loading...
A representation of an XML ProcessingInstruction node.