caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Core Library
File Library
Servlet Library
Database Library
XML Library

Parser
XQL
XSL
Document
Node
Element
Text
Comment
EntityRef
CData
PI
 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

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. Same as nodeName.

data

Returns the data of the processing instruction. Same as nodeValue.

CData   JavaDoc
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Fri, 31 Mar 2000 18:57:48 -0800 (PST)