SE_xmldoc_get_length

Returns the length of the text of an XML document.

Usage syntax

LONG SE_xmldoc_get_length
(SE_XMLDOC xmldoc,
LONG *length);

Parameters

xmldoc

The SE_XMLDOC object.

length

The length of the XML document.

Description

This function returns the length of the XML document text, in bytes, not counting the NULL terminator.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLDOC_OBJECT

SE_SDE_NOT_STARTED