oracle.xdb.dom
Class XDBBinaryDocument
java.lang.Object
  |
  +--oracle.xdb.dom.XDBNode
        |
        +--oracle.xdb.dom.XDBDocument
              |
              +--oracle.xdb.dom.XDBBinaryDocument
- All Implemented Interfaces:
- Document, Node
- public class XDBBinaryDocument
- extends XDBDocument
  
 
 
| 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 | 
   
   
 
| Methods inherited from class oracle.xdb.dom.XDBDocument | 
| appendChild, close, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, finalize, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getEnvNative, getFirstChild, getGP, getImplementation, getLastChild, getNextSibling, getNodeName, getOwnerDocument, getPreviousSibling, hasChildNodes, importNode, insertBefore, isClosed, removeChild, replaceChild | 
 
| Methods inherited from class oracle.xdb.dom.XDBNode | 
| cloneNode, equals, getAttributes, getChildNodes, getExpandedName, getLocalName, getNamespaceURI, getNodeFromCState, getNodeType, getNodeValue, getParentNode, getPrefix, getQualifiedName, getSchemaNode, hasAttributes, hashCode, isSupported, normalize, setNodeValue, setNodeXob, setOwner, setPrefix, setXobCstate, toCState, toString, write | 
 
| Methods inherited from class java.lang.Object | 
| clone, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface org.w3c.dom.Node | 
| cloneNode, getAttributes, getChildNodes, getLocalName, getNamespaceURI, getNodeType, getNodeValue, getParentNode, getPrefix, hasAttributes, isSupported, normalize, setNodeValue, setPrefix | 
 
  
 
XDBBinaryDocument
public XDBBinaryDocument()
 
XDBBinaryDocument
public XDBBinaryDocument(java.sql.Connection conn)
                  throws java.lang.Exception
 
XDBBinaryDocument
public XDBBinaryDocument(java.sql.Connection conn,
                         long xobd)
 
 
getStream
public java.io.InputStream getStream()
                              throws java.sql.SQLException
- 
- java.sql.SQLException
 
 
setStream
public void setStream(java.io.InputStream is)
               throws java.io.IOException
- 
- java.io.IOException
 
 
Copyright © 2003, Oracle. All Rights Reserved.