Dom.HtmlTreeMode Class Reference

Detailed Description

Possible insertation mode values.

Public Attributes

const int Initial =1
 Initial insertation mode. More...
 
const int BeforeHtml =1<<1
 Before the html tag insertation mode. More...
 
const int BeforeHead =1<<2
 Before the head tag insertation mode. More...
 
const int InHead =1<<3
 Within the head tag insertation mode. More...
 
const int InHeadNoScript =1<<4
 Within the head tag in a noscript section. More...
 
const int AfterHead =1<<5
 After the head tag insertation mode. More...
 
const int InBody =1<<6
 Within the body tag insertation mode. More...
 
const int Text =1<<7
 Within some text area insertation mode. More...
 
const int InTable =1<<8
 Within a table tag insertation mode. More...
 
const int InCaption =1<<9
 Within the table caption tag. More...
 
const int InColumnGroup =1<<10
 Within the column group tag. More...
 
const int InTableBody =1<<11
 Within the table body tag. More...
 
const int InRow =1<<12
 Within a table row tag. More...
 
const int InCell =1<<13
 Within a table division tag. More...
 
const int InSelect =1<<14
 Within a select tag insertation mode. More...
 
const int InSelectInTable =1<<15
 Within a select tag in a table. More...
 
const int InTemplate =1<<16
 Within the template tag. More...
 
const int AfterBody =1<<17
 After the body tag. More...
 
const int InFrameset =1<<18
 Within the frameset tag. More...
 
const int AfterFrameset =1<<19
 After the frameset tag. More...
 
const int AfterAfterBody =1<<20
 After the after the body tag. More...
 
const int AfterAfterFrameset =1<<21
 Once we are far behind the frameset tag. More...
 
const int Current =0
 Unchanged state. More...
 
const int AllInBodyStates =InBody | InCaption | InCell | AfterAfterBody
 All the states that default open tags to the "InBody" state. More...
 

Member Data Documentation

const int Dom.HtmlTreeMode.AfterAfterBody =1<<20

After the after the body tag.

const int Dom.HtmlTreeMode.AfterAfterFrameset =1<<21

Once we are far behind the frameset tag.

const int Dom.HtmlTreeMode.AfterBody =1<<17

After the body tag.

const int Dom.HtmlTreeMode.AfterFrameset =1<<19

After the frameset tag.

const int Dom.HtmlTreeMode.AfterHead =1<<5

After the head tag insertation mode.

const int Dom.HtmlTreeMode.AllInBodyStates =InBody | InCaption | InCell | AfterAfterBody

All the states that default open tags to the "InBody" state.

const int Dom.HtmlTreeMode.BeforeHead =1<<2

Before the head tag insertation mode.

const int Dom.HtmlTreeMode.BeforeHtml =1<<1

Before the html tag insertation mode.

const int Dom.HtmlTreeMode.Current =0

Unchanged state.

const int Dom.HtmlTreeMode.InBody =1<<6

Within the body tag insertation mode.

const int Dom.HtmlTreeMode.InCaption =1<<9

Within the table caption tag.

const int Dom.HtmlTreeMode.InCell =1<<13

Within a table division tag.

const int Dom.HtmlTreeMode.InColumnGroup =1<<10

Within the column group tag.

const int Dom.HtmlTreeMode.InFrameset =1<<18

Within the frameset tag.

const int Dom.HtmlTreeMode.InHead =1<<3

Within the head tag insertation mode.

const int Dom.HtmlTreeMode.InHeadNoScript =1<<4

Within the head tag in a noscript section.

const int Dom.HtmlTreeMode.Initial =1

Initial insertation mode.

const int Dom.HtmlTreeMode.InRow =1<<12

Within a table row tag.

const int Dom.HtmlTreeMode.InSelect =1<<14

Within a select tag insertation mode.

const int Dom.HtmlTreeMode.InSelectInTable =1<<15

Within a select tag in a table.

const int Dom.HtmlTreeMode.InTable =1<<8

Within a table tag insertation mode.

const int Dom.HtmlTreeMode.InTableBody =1<<11

Within the table body tag.

const int Dom.HtmlTreeMode.InTemplate =1<<16

Within the template tag.

const int Dom.HtmlTreeMode.Text =1<<7

Within some text area insertation mode.