|
 |
XML Processing Instruction
|

ProcessingInstruction inherits from Node.
Processing Instruction
|
nodeName |
Returns the target.
|
nodeType |
Returns PROCESSING_INSTRUCTION_NODE
|
nodeValue |
Returns the data.
|
target |
Returns the target, i.e. the id of the processing instruction. |
data |
Returns the data of the processing instruction. |
Processing Instruction
| DOM 1.0 |
Returns the target.
Returns PROCESSING_INSTRUCTION_NODE
Returns the data.
Returns the target, i.e. the id of the processing instruction.
Same as nodeName.
Returns the data of the processing instruction. Same as nodeValue.
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Mon, 03 Apr 2000 11:20:14 -0700 (PDT)
|