Function tip_GetRawData


Prototype: tip_GetRawData(Document);
Arguments:

Document: A Document object. (CDM_Document)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will return the Text of the specified Document. It will return an object (of type CDM_ByteSequence) that will contain the text of the Document.

Return Value:

This function will return a Text object (of type CDM_ByteSequence) that will contain the text (or byte sequence or raw data) of the specified Document.

Notes:

This function is equivelant to CDM_GetRawData (C++ API).

See Also:

tip_GetByteSequence, CDM_GetRawData


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.