Represents a DTD instruction inside the document.
override void Export(XmlWriter Output)
Exports the HTML document to XML.
string Instruction
Unparsed DTD instruction.
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.