Base class for all HTML nodes.
int StartPosition
Start position of element.
HtmlNode Parent
Parent node, if available.
HtmlText(HtmlDocument Document, HtmlNode Parent, int StartPosition, int EndPosition, string Text)
In-line text.
override string ToString()
override void Export(XmlWriter Output)
Exports the HTML document to XML.
override void Export(StringBuilder Output)
Exports the HTML document to XML.
bool IsWhiteSpace
If the text consists only of white-space.
Helps with common XML-related tasks.
static string Encode(string s)
Encodes a string for use in XML.