Concept Framework 2.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: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software