Berkeley DB XML
version 2.3.10

Uses of Class
com.sleepycat.dbxml.XmlInputStream

Packages that use XmlInputStream
com.sleepycat.dbxml Berkeley DB XML Java API
[reference guide]
 

Uses of XmlInputStream in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlInputStream
 XmlInputStream XmlManager.createInputStream(InputStream is)
          Returns a XmlInputStream that wraps a InputStream.
 XmlInputStream XmlManager.createLocalFileInputStream(String filename)
          Returns a XmlInputStream to the file filename.
 XmlInputStream XmlManager.createMemBufInputStream(String buffer, int bufLen, boolean copyBuf)
          Returns a XmlInputStream for the buffer buffer.
 XmlInputStream XmlManager.createStdInInputStream()
          Returns an XmlInputStream to the console.
 XmlInputStream XmlManager.createURLInputStream(String baseId, String systemId)
          Creates an input stream to the identified URL.
 XmlInputStream XmlManager.createURLInputStream(String baseId, String systemId, String publicId)
          Creates an input stream to the identified URL.
 XmlInputStream XmlDocument.getContentAsXmlInputStream()
          Returns the document's content as an XmlInputStream.
 XmlInputStream XmlResolver.resolveEntity(XmlTransaction txn, XmlManager mgr, String systemId, String publicId)
          When implemented, should resolve a System ID and Public ID to a new XmlInputStream.
 XmlInputStream XmlResolver.resolveModule(XmlTransaction txn, XmlManager mgr, String moduleLocation, String namespace)
          When implemented, should resolve a module location and namespace to a new XmlInputStream.
 XmlInputStream XmlResolver.resolveSchema(XmlTransaction txn, XmlManager mgr, String schemaLocation, String nameSpace)
          When implemented, should resolve schema location and namespace information to a new XmlInputStream.
 

Methods in com.sleepycat.dbxml with parameters of type XmlInputStream
 String XmlContainer.putDocument(String name, XmlInputStream input, XmlUpdateContext context)
          Inserts a document into the container with a given name and content from a stream.
 void XmlContainer.putDocument(String name, XmlInputStream input, XmlUpdateContext context, XmlDocumentConfig config)
          Inserts a document with given name and content into the container.
 String XmlContainer.putDocument(XmlTransaction txn, String name, XmlInputStream input, XmlUpdateContext context)
          Inserts a document with given name and content into the container in the scope of a transaction.
 void XmlContainer.putDocument(XmlTransaction txn, String name, XmlInputStream input, XmlUpdateContext context, XmlDocumentConfig config)
          Inserts a document with given name and content into the container in the scope of a transaction.
 void XmlDocument.setContentAsXmlInputStream(XmlInputStream adopted)
          Sets the document's content to the provided content.
 


Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.