Class cHTMLValidator
This class validates HTML.
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: timo.hummel
Located at classes/class.htmlvalidator.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: timo.hummel
Located at classes/class.htmlvalidator.php
public
|
|
public
boolean
|
|
protected
mixed
|
|
protected
array
|
protected
array
|
$_doubleTags
|
#
array(
"form",
"head",
"body",
"html",
"td",
"tr",
"table",
"a",
"tbody",
"title",
"container",
"span",
"div"
)
|
public
array
|
$missingNodes
|
#
array()
|
protected
string
|
$_html
|
|
protected
array
|
$_nestingLevel
|
#
array()
|
protected
array
|
$_nestingNodes
|
#
array()
|
protected
array
|
$_existingTags
|
#
array()
|