|
|
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: Fri, 31 Mar 2000 18:57:48 -0800 (PST)
|