Acrux Html Parser Documentation
Acrux.Html Namespace
NamespacesAcrux.Html
Acrux Advanced Html Parser
Declaration Syntax
C#Visual BasicVisual C++
namespace Acrux.Html
Namespace Acrux.Html
namespace Acrux.Html
Types
All TypesClassesEnumerations
IconTypeDescription
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.