JavaScript API Reference for Oracle ADF Faces
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
org.w3c.dom.core
Class ProcessingInstruction
org.ecmascript.object.Object
|
+--org.w3c.dom.core.Node
|
+--org.w3c.dom.core.ProcessingInstruction
public abstract class ProcessingInstruction
extends Node
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
Note that this object is implemented and supported by the web browser and results of its use may vary.
Field Summary
public String
data
The content of this processing instruction.
public String
target
The target of this processing instruction.
Fields inherited from org.w3c.dom.core.Node
ATTRIBUTE_NODE , attributes , CDATA_SECTION_NODE , childNodes , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , firstChild , lastChild , localName , namespaceURI , nextSibling , nodeName , nodeType , nodeValue , NOTATION_NODE , ownerDocument , parentNode , prefix , previousSibling , PROCESSING_INSTRUCTION_NODE , TEXT_NODE
public String data
The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the ?>.
This is a readonly attribute.
public String target
The target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.
This is a readonly attribute.
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.