Base class for all HTML nodes.
int StartPosition
Start position of element.
HtmlNode Parent
Parent node, if available.
override void Export(XmlWriter Output, Dictionary< string, string > Namespaces)
Exports the HTML document to XML.
HtmlText(HtmlDocument Document, HtmlNode Parent, int StartPosition, int EndPosition, string Text)
In-line text.
override string ToString()
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.