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