C# Class System.Html.DocumentInstance

Inheritance: System.Xml.DocumentBase
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
DocumentInstance System.Html.Editing
Write void
Writeln void
this object

Public Methods

Method Description
AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CaptureEvents ( ) : void
Clear ( ) : void
Close ( ) : void
CreateElement ( string localName ) : Element
CreateElementNS ( string @namespace, string qualifiedName ) : Element
ElementFromPoint ( float x, float y ) : Element
ExecCommand ( string commandId ) : bool
ExecCommand ( string commandId, bool showUI ) : bool
ExecCommand ( string commandId, bool showUI, string value ) : bool
GetElementById ( string elementId ) : Element
GetElementsByClassName ( string classNames ) : ElementCollection
GetElementsByName ( string elementName ) : ElementNodeList
GetElementsByTagName ( string localName ) : ElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
GetItems ( ) : ElementNodeList
GetItems ( string typeNames ) : ElementNodeList
GetSelection ( ) : Selection
Open ( ) : DocumentBase
Open ( string type ) : DocumentBase
Open ( string type, string replace ) : DocumentBase
Open ( string url, string name, string features ) : WindowInstance
Open ( string url, string name, string features, bool replace ) : WindowInstance
QueryCommandEnabled ( string commandId ) : bool
QueryCommandIndeterm ( string commandId ) : bool
QueryCommandState ( string commandId ) : bool
QueryCommandSupported ( string commandId ) : bool
QueryCommandValue ( string commandId ) : string
QuerySelector ( string selectors ) : Element
QuerySelectorAll ( string selectors ) : ElementNodeList
ReleaseEvents ( ) : void
RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
DocumentInstance ( ) : System.Html.Editing
Write ( ) : void
Writeln ( ) : void
this ( string name ) : object

Method Details

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

CaptureEvents() public method

public CaptureEvents ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

Close() public method

public Close ( ) : void
return void

CreateElement() public method

public CreateElement ( string localName ) : Element
localName string
return Element

CreateElementNS() public method

public CreateElementNS ( string @namespace, string qualifiedName ) : Element
@namespace string
qualifiedName string
return Element

ElementFromPoint() public method

public ElementFromPoint ( float x, float y ) : Element
x float
y float
return Element

ExecCommand() public method

public ExecCommand ( string commandId ) : bool
commandId string
return bool

ExecCommand() public method

public ExecCommand ( string commandId, bool showUI ) : bool
commandId string
showUI bool
return bool

ExecCommand() public method

public ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
return bool

GetElementById() public method

public GetElementById ( string elementId ) : Element
elementId string
return Element

GetElementsByClassName() public method

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
return ElementCollection

GetElementsByName() public method

public GetElementsByName ( string elementName ) : ElementNodeList
elementName string
return ElementNodeList

GetElementsByTagName() public method

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
return ElementCollection

GetElementsByTagNameNS() public method

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
return ElementCollection

GetItems() public method

public GetItems ( ) : ElementNodeList
return ElementNodeList

GetItems() public method

public GetItems ( string typeNames ) : ElementNodeList
typeNames string
return ElementNodeList

GetSelection() public method

public GetSelection ( ) : Selection
return System.Html.Editing.Selection

Open() public method

public Open ( ) : DocumentBase
return System.Xml.DocumentBase

Open() public method

public Open ( string type ) : DocumentBase
type string
return System.Xml.DocumentBase

Open() public method

public Open ( string type, string replace ) : DocumentBase
type string
replace string
return System.Xml.DocumentBase

Open() public method

public Open ( string url, string name, string features ) : WindowInstance
url string
name string
features string
return WindowInstance

Open() public method

public Open ( string url, string name, string features, bool replace ) : WindowInstance
url string
name string
features string
replace bool
return WindowInstance

QueryCommandEnabled() public method

public QueryCommandEnabled ( string commandId ) : bool
commandId string
return bool

QueryCommandIndeterm() public method

public QueryCommandIndeterm ( string commandId ) : bool
commandId string
return bool

QueryCommandState() public method

public QueryCommandState ( string commandId ) : bool
commandId string
return bool

QueryCommandSupported() public method

public QueryCommandSupported ( string commandId ) : bool
commandId string
return bool

QueryCommandValue() public method

public QueryCommandValue ( string commandId ) : string
commandId string
return string

QuerySelector() public method

public QuerySelector ( string selectors ) : Element
selectors string
return Element

QuerySelectorAll() public method

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
return ElementNodeList

ReleaseEvents() public method

public ReleaseEvents ( ) : void
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void