Class: XHTML_Validator
Source Location: /blogs/inc/xhtml_validator/_xhtml_validator.class.php
Class XHTML_Validator
Class Overview
|
XHTML_Validator checks HTML against a subset of elements to ensure safety and XHTML validation. Located in /blogs/inc/xhtml_validator/_xhtml_validator.class.php [line 47] |
[ Top ]
Property Summary
| mixed | $allowed_uri_scheme | |
| mixed | $error | |
| mixed | $last_checked_pos | |
| mixed | $parser | |
| mixed | $stack | |
| mixed | $tagattrs | |
| mixed | $tags | |
| mixed | $uri_attrs |
[ Top ]
Method Summary
| XHTML_Validator | XHTML_Validator() | Constructor |
| void | cdata() | cdata(-) |
| void | check() | check(-) |
| void | html_error() | |
| void | isOK() | isOK(-) |
| void | tag_close() | tag_close(-) |
| void | tag_open() | tag_open(-) |
[ Top ]
Properties
Methods
Constructor XHTML_Validator [line 68]
|
Constructor
Parameters:| string | $context: | |
| string | $allow_css_tweaks: | Input encoding to use ('ISO-8859-1', 'UTF-8', 'US-ASCII' or '' for auto-detect) |
| $allow_iframes: | ||
| $allow_javascript: | ||
| $allow_objects: | ||
| $encoding: | ||
| $msg_type: |
[ Top ]
tag_close [line 303]
|
tag_close(-)
Parameters:| $parser: | ||
| $tag: |
[ Top ]
