List of all members.
Public Member Functions |
|
| __construct ($html, $escape=true) |
|
| parse () |
|
| has_more () |
Public Attributes |
|
const | NODE_TYPE_TEXT = 1 |
|
const | NODE_TYPE_ELEMENT_OPEN = 2 |
|
const | NODE_TYPE_ELEMENT_CLOSE = 3 |
|
const | NODE_TYPE_PI = 4 |
|
const | NODE_TYPE_COMMENT = 5 |
|
const | NODE_TYPE_CDATA_SECTION = 6 |
|
const | NODE_TYPE_STATEMENT = 7 |
|
const | NODE_TYPE_ELEMENT_EMPTY = 8 |
Detailed Description
Tokenizer for HTML. For use by HTMLParser.
Definition at line 11 of file htmltokenizer.php.
The documentation for this class was generated from the following file: