See: Description
| Class | Description |
|---|---|
| ParseError |
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
|
| Parser |
Parses HTML into a
Document. |
| Tag |
HTML Tag capabilities.
|
| TokenQueue |
A character queue with parsing helpers.
|
| XHtmlTreeBuilder |
A XHTML tree builder to support
XmlDeclaration |
| XmlTreeBuilder |
Use the
XmlTreeBuilder when you want to parse XML without any of the HTML DOM rules being applied to the
document. |
| Exception | Description |
|---|
Copyright © 2009-2015 Potix. All Rights Reserved.