Acrux Advanced Html Parser
| C# | Visual Basic | Visual C++ |
namespace Acrux.Html
Namespace Acrux.Html
namespace Acrux.Html
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| HtmlAttribute |
Represents an HTML attribute.
| |
| HtmlDocument |
Represents an HTML document.
| |
| HtmlDocument..::.HtmlDtd |
Represents the DTD defined in the DOCTYPE declaration of the HTML document. If not specified HtmlDtd.Html401 will be used.
| |
| HtmlElement |
Represents an HTML element.
| |
| HtmlNode |
Represents a single node in the HTML document.
| |
| HtmlParserException |
Provides the exception thrown when an error occurs while parsing an HTML document.
| |
| ParserWarningEventArgs |
Represents the event data for an Acrux.Html.HtmlDocument.OnParserWarning event.
|