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
| Property | Type | Description |
|---|---|---|
| _node | DOMNode | |
| getData | function | |
| getTarget | function | |
| setData | function | |
| type | type |
Methods
getData()
Description
Prototype
DOMProcessingInstructionvar.getData (
DOMProcessingInstruction )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMProcessingInstruction |
getTarget()
Description
Prototype
DOMProcessingInstructionvar.getTarget (
DOMProcessingInstruction )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMProcessingInstruction |
setData()
Description
Prototype
DOMProcessingInstructionvar.setData (
DOMProcessingInstruction ,
string me )
data
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMProcessingInstruction | |
| data | None | string |


