Base class for all HTML elements.
Base class for all HTML nodes.
int StartPosition
Start position of element.
HtmlNode Parent
Parent node, if available.
Represents a Processing instruction inside the document.
ProcessingInstruction(HtmlDocument Document, HtmlElement Parent, int StartPosition, int EndPosition, string Instruction)
Represents a Processing instruction inside the document.
string Instruction
Unparsed Processing instruction.
override void Export(XmlWriter Output)
Exports the HTML document to XML.
override void Export(StringBuilder Output)
Exports the HTML document to XML.