C# 클래스 System.Html.DocumentInstance

상속: System.Xml.DocumentBase
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
DocumentInstance System.Html.Editing
Write void
Writeln void
this object

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DocumentInstance ( ) : System.Html.Editing
Write ( ) : void
Writeln ( ) : void
this ( string name ) : object

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

CaptureEvents() 공개 메소드

public CaptureEvents ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateElement() 공개 메소드

public CreateElement ( string localName ) : Element
localName string
리턴 Element

CreateElementNS() 공개 메소드

public CreateElementNS ( string @namespace, string qualifiedName ) : Element
@namespace string
qualifiedName string
리턴 Element

ElementFromPoint() 공개 메소드

public ElementFromPoint ( float x, float y ) : Element
x float
y float
리턴 Element

ExecCommand() 공개 메소드

public ExecCommand ( string commandId ) : bool
commandId string
리턴 bool

ExecCommand() 공개 메소드

public ExecCommand ( string commandId, bool showUI ) : bool
commandId string
showUI bool
리턴 bool

ExecCommand() 공개 메소드

public ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
리턴 bool

GetElementById() 공개 메소드

public GetElementById ( string elementId ) : Element
elementId string
리턴 Element

GetElementsByClassName() 공개 메소드

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
리턴 ElementCollection

GetElementsByName() 공개 메소드

public GetElementsByName ( string elementName ) : ElementNodeList
elementName string
리턴 ElementNodeList

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
리턴 ElementCollection

GetElementsByTagNameNS() 공개 메소드

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
리턴 ElementCollection

GetItems() 공개 메소드

public GetItems ( ) : ElementNodeList
리턴 ElementNodeList

GetItems() 공개 메소드

public GetItems ( string typeNames ) : ElementNodeList
typeNames string
리턴 ElementNodeList

GetSelection() 공개 메소드

public GetSelection ( ) : Selection
리턴 System.Html.Editing.Selection

Open() 공개 메소드

public Open ( ) : DocumentBase
리턴 System.Xml.DocumentBase

Open() 공개 메소드

public Open ( string type ) : DocumentBase
type string
리턴 System.Xml.DocumentBase

Open() 공개 메소드

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

Open() 공개 메소드

public Open ( string url, string name, string features ) : WindowInstance
url string
name string
features string
리턴 WindowInstance

Open() 공개 메소드

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

QueryCommandEnabled() 공개 메소드

public QueryCommandEnabled ( string commandId ) : bool
commandId string
리턴 bool

QueryCommandIndeterm() 공개 메소드

public QueryCommandIndeterm ( string commandId ) : bool
commandId string
리턴 bool

QueryCommandState() 공개 메소드

public QueryCommandState ( string commandId ) : bool
commandId string
리턴 bool

QueryCommandSupported() 공개 메소드

public QueryCommandSupported ( string commandId ) : bool
commandId string
리턴 bool

QueryCommandValue() 공개 메소드

public QueryCommandValue ( string commandId ) : string
commandId string
리턴 string

QuerySelector() 공개 메소드

public QuerySelector ( string selectors ) : Element
selectors string
리턴 Element

QuerySelectorAll() 공개 메소드

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
리턴 ElementNodeList

ReleaseEvents() 공개 메소드

public ReleaseEvents ( ) : void
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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