C# Class System.Html.DocumentInstance

Inheritance: System.Xml.DocumentBase
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
DocumentInstance System.Html.Editing
Write void
Writeln void
this object

Méthodes publiques

Méthode 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

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

Method Details

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

CaptureEvents() public méthode

public CaptureEvents ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateElement() public méthode

public CreateElement ( string localName ) : Element
localName string
Résultat Element

CreateElementNS() public méthode

public CreateElementNS ( string @namespace, string qualifiedName ) : Element
@namespace string
qualifiedName string
Résultat Element

ElementFromPoint() public méthode

public ElementFromPoint ( float x, float y ) : Element
x float
y float
Résultat Element

ExecCommand() public méthode

public ExecCommand ( string commandId ) : bool
commandId string
Résultat bool

ExecCommand() public méthode

public ExecCommand ( string commandId, bool showUI ) : bool
commandId string
showUI bool
Résultat bool

ExecCommand() public méthode

public ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
Résultat bool

GetElementById() public méthode

public GetElementById ( string elementId ) : Element
elementId string
Résultat Element

GetElementsByClassName() public méthode

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
Résultat ElementCollection

GetElementsByName() public méthode

public GetElementsByName ( string elementName ) : ElementNodeList
elementName string
Résultat ElementNodeList

GetElementsByTagName() public méthode

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
Résultat ElementCollection

GetElementsByTagNameNS() public méthode

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
Résultat ElementCollection

GetItems() public méthode

public GetItems ( ) : ElementNodeList
Résultat ElementNodeList

GetItems() public méthode

public GetItems ( string typeNames ) : ElementNodeList
typeNames string
Résultat ElementNodeList

GetSelection() public méthode

public GetSelection ( ) : Selection
Résultat System.Html.Editing.Selection

Open() public méthode

public Open ( ) : DocumentBase
Résultat System.Xml.DocumentBase

Open() public méthode

public Open ( string type ) : DocumentBase
type string
Résultat System.Xml.DocumentBase

Open() public méthode

public Open ( string type, string replace ) : DocumentBase
type string
replace string
Résultat System.Xml.DocumentBase

Open() public méthode

public Open ( string url, string name, string features ) : WindowInstance
url string
name string
features string
Résultat WindowInstance

Open() public méthode

public Open ( string url, string name, string features, bool replace ) : WindowInstance
url string
name string
features string
replace bool
Résultat WindowInstance

QueryCommandEnabled() public méthode

public QueryCommandEnabled ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandIndeterm() public méthode

public QueryCommandIndeterm ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandState() public méthode

public QueryCommandState ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandSupported() public méthode

public QueryCommandSupported ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandValue() public méthode

public QueryCommandValue ( string commandId ) : string
commandId string
Résultat string

QuerySelector() public méthode

public QuerySelector ( string selectors ) : Element
selectors string
Résultat Element

QuerySelectorAll() public méthode

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
Résultat ElementNodeList

ReleaseEvents() public méthode

public ReleaseEvents ( ) : void
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void