Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.htmlIsAutoClosed

Name Version Deprecated
htmlIsAutoClosed version 1.0 no

Prototype:
boolean htmlIsAutoClosed(number doc, number elem)

Parameters:
doc      the HTML document handle
elem      the HTML element

Description:
The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if a tag is autoclosed by one of it's child.

Returns:
Returns true if autoclosed, false if not.

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