Base class for all HTML nodes.
HtmlNode(HtmlDocument Document, HtmlNode Parent, int StartPosition, int EndPosition)
Base class for all HTML nodes.
HtmlNode(HtmlDocument Document, HtmlNode Parent, int StartPosition)
Base class for all HTML nodes.
int StartPosition
Start position of element.
HtmlNode Parent
Parent node, if available.
abstract void Export(XmlWriter Output)
Exports the HTML document to XML.
abstract void Export(StringBuilder Output)
Exports the HTML document to XML.