Berkeley DB XML
version 2.2.13

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 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.resolveSchema(XmlTransaction txn, XmlManager mgr, String schemaLocation, String nameSpace)
          When implemented, should resolve schema location and namespace information to a new XmlInputStream.
 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.createInputStream(InputStream is)
          Returns a XmlInputStream that wraps a InputStream.
 XmlInputStream XmlManager.createStdInInputStream()
          Returns an XmlInputStream to the console.
 XmlInputStream XmlManager.createURLInputStream(String baseId, String systemId, String publicId)
          Creates an input stream to the identified URL.
 XmlInputStream XmlManager.createURLInputStream(String baseId, String systemId)
          Creates an input stream to the identified URL.
 XmlInputStream XmlDocument.getContentAsXmlInputStream()
          Returns the document's content as an XmlInputStream.
 

Methods in com.sleepycat.dbxml with parameters of type XmlInputStream
 void XmlDocument.setContentAsXmlInputStream(XmlInputStream adopted)
          Sets the document's content to the provided content.
 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.
 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.
 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.
 


Berkeley DB XML
version 2.2.13

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.