> Expat4D Home > Documentation > Command Reference

xml_GetOutputBuffer ( parserID ) --> outputBuffer


  • --> parserID : longint
  • <-- outputBuffer : blob

Clears the output buffer for the parserID and returns it's contents in a blob. The blob returns is the actual BLOB the plug-in uses to store the output buffer passed via it's handle, so no memory is duplicated in order to pass it back to you.

Note: after calling this command you do not need to clear the buffer and any buffer contents will be cleared. If you just want to clear the buffer without receiving the contents, just call xml_ClearOutputBuffer.

See Also: xml_ClearOutputBuffer

  Expat4D Logo

Developer Documentation

Creating Parsers, Destroying Parsers, Parsing Text

Configuring Handler Methods

Position and Error Reporting Functions

Miscellaneous Functions

Output Buffer Functions

Error Codes


> Expat4D Home > Documentation > Command Reference

Last Modified: 27th April 2001 at 9:00 PM