SIMPOL Documentation

DOMProcessingInstruction

Description

Type Tags

DOMNode

Object Value

Objects of type DOMProcessingInstruction have no value, and it is an error to try to get or set this value.

DOMProcessingInstruction.new()

Description

Prototype

DOMProcessingInstruction.new ()

Parameters

None

Properties

PropertyTypeDescription
_nodeDOMNode
getDatafunction
getTargetfunction
setDatafunction
typetype

Methods

getData()

Description

Prototype

DOMProcessingInstructionvar.getData ( DOMProcessingInstruction me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMProcessingInstruction

getTarget()

Description

Prototype

DOMProcessingInstructionvar.getTarget ( DOMProcessingInstruction me )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMProcessingInstruction

setData()

Description

Prototype

DOMProcessingInstructionvar.setData ( DOMProcessingInstruction me, string data )

Parameters
ParameterDefault valueType nameDescription
meNoneDOMProcessingInstruction
dataNonestring