Oracle® Database XML Java API Reference
10g Release 2 (10.2)

B14293-01


oracle.xdb.dom
Class XDBProcInst

java.lang.Object
  extended byoracle.xdb.dom.XDBNode
      extended byoracle.xdb.dom.XDBProcInst

All Implemented Interfaces:
Node, ProcessingInstruction

public class XDBProcInst
extends XDBNode
implements ProcessingInstruction

This class implements the W3C DOM ProcessingInstruction interface.


Field Summary

Fields inherited from class oracle.xdb.dom.XDBNode
m_conn, m_owner, m_xobcstate

Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE

Method Summary
java.lang.String getData()
get the value the data
java.lang.String getTarget()
Returns the target name of the PI
void setData(java.lang.String value)
set the value of the PI node

Methods inherited from class oracle.xdb.dom.XDBNode
appendChild, cloneNode, close, equals, finalize, getAttributes, getChildNodes, getExpandedName, getFirstChild, getInputStream, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeFromCState, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getPrimitiveType, getQualifiedName, getSchemaNode, hasAttributes, hasChildNodes, hashCode, insertBefore, isClosed, isNilled, isSchemaBased, isSupported, normalize, removeChild, replaceChild, setNodeValue, setNodeXob, setOwner, setPrefix, setXobCstate, toCState, toString, validateName, write, writeToOutputStream

Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait

Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix

Method Detail

getTarget

public java.lang.String getTarget()
Returns the target name of the PI
Specified by:
getTarget in interface ProcessingInstruction
Returns:
the name of the target

getData

public java.lang.String getData()
get the value the data
Specified by:
getData in interface ProcessingInstruction
Returns:
the PI data

setData

public void setData(java.lang.String value)
             throws DOMException
set the value of the PI node
Specified by:
setData in interface ProcessingInstruction
Returns:
none
Throws:
DOMException

Oracle® Database XML Java API Reference
10g Release 2 (10.2)

B14293-01


Copyright © 2003, 2005, Oracle. All rights reserved.