Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlTextReaderIsEmptyElement

Name Version Deprecated
xmlTextReaderIsEmptyElement version 1.0 no

Prototype:
number xmlTextReaderIsEmptyElement(number reader)

Parameters:
reader      the xmlTextReaderPtr used as returned by xmlReaderForMemory or xmlReaderForFile

Description:
Check if the current node is empty.

Returns:
Returns 1 if empty, 0 if not and -1 in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software