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

B14293-01


oracle.xdb.servlet
Interface XDBStream

All Known Implementing Classes:
XDBServletResponse

public interface XDBStream

Interface for supporting native streaming.


Method Summary
 void writeXMLNative(long xobCstate, java.lang.String encoding, short indent)
          Write the XOB to the underlying stream

 

Method Detail

writeXMLNative

public void writeXMLNative(long xobCstate,
                           java.lang.String encoding,
                           short indent)
                    throws java.io.IOException
Write the XOB to the underlying stream
Parameters:
xobCstate - Pointer to the C qmxob struct.
encoding - The charset encoding
indent - The number of spaces to be used for indenting the contents.
Throws:
java.io.IOException

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

B14293-01


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