HtmlTreeMode
enum HtmlTreeMode
Possible insertation mode values.
AfterAfterBody = 20
After the after the body tag.
AfterAfterFrameset = 21
Once we are far behind the frameset tag.
AfterBody = 17
After the body tag.
AfterFrameset = 19
After the frameset tag.
AfterHead = 5
After the head tag insertation mode.
BeforeHead = 2
Before the head tag insertation mode.
BeforeHtml = 1
Before the html tag insertation mode.
InBody = 6
Within the body tag insertation mode.
InCaption = 9
Within the table caption tag.
InCell = 13
Within a table division tag.
InColumnGroup = 10
Within the column group tag.
InFrameset = 18
Within the frameset tag.
InHead = 3
Within the head tag insertation mode.
InHeadNoScript = 4
Within the head tag in a noscript section.
Initial = 0
Initial insertation mode.
InRow = 12
Within a table row tag.
InSelect = 14
Within a select tag insertation mode.
InSelectInTable = 15
Within a select tag in a table.
InTable = 8
Within a table tag insertation mode.
InTableBody = 11
Within the table body tag.
InTemplate = 16
Within the template tag.
Text = 7
Within some text area insertation mode.