프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateTouchList | |||
Write | void | ||
Writeln | void |
메소드 | 설명 | |
---|---|---|
AddEventListener ( DocumentBaseEvents type, Action listener ) : void | ||
AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void | ||
AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void | ||
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 |
||
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void | ||
AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( XmlNodeEvents type, Action listener ) : void | ||
AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void | ||
AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, Action listener ) : void | ||
AddEventListener ( string type, Action listener, bool capture ) : void | ||
AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void | ||
AddEventListener ( string type, HtmlEventHandler listener ) : void | ||
AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, IEventListener listener ) : void | ||
AddEventListener ( string type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void | ||
AdoptNode ( |
||
AppendChild ( |
||
AppendChild ( |
||
CaptureEvents ( ) : void | ||
CaretPositionFromPoint ( double x, double y ) : |
||
Clear ( ) : void | ||
CloneNode ( ) : |
||
CloneNode ( bool deep ) : |
||
Close ( ) : void | ||
CompareDocumentPosition ( |
||
Contains ( |
||
ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
ConvertQuadFromNode ( |
||
ConvertQuadFromNode ( |
||
ConvertRectFromNode ( |
||
ConvertRectFromNode ( |
||
CreateAttribute ( string name ) : |
||
CreateAttributeNS ( string @namespace, string name ) : |
||
CreateCDATASection ( string data ) : |
||
CreateComment ( string data ) : |
||
CreateDocumentFragment ( ) : |
||
CreateElement ( string localName ) : |
||
CreateElementNS ( string @namespace, string qualifiedName ) : |
||
CreateEvent ( string @interface ) : |
||
CreateExpression ( string expression, |
||
CreateNSResolver ( |
||
CreateNodeIterator ( |
||
CreateNodeIterator ( |
||
CreateNodeIterator ( |
||
CreateProcessingInstruction ( string target, string data ) : |
||
CreateRange ( ) : |
||
CreateTextNode ( string data ) : |
||
CreateTouch ( ) : |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouch ( |
||
CreateTouchList ( ) : |
||
CreateTreeWalker ( |
||
CreateTreeWalker ( |
||
CreateTreeWalker ( |
||
DispatchEvent ( |
||
ElementFromPoint ( float x, float y ) : |
||
EnableStyleSheetsForSet ( string name ) : void | ||
Evaluate ( string expression, |
||
ExecCommand ( string commandId ) : bool | ||
ExecCommand ( string commandId, bool showUI ) : bool | ||
ExecCommand ( string commandId, bool showUI, string value ) : bool | ||
GetBoxQuads ( ) : System.Html.DOMQuad[] | ||
GetBoxQuads ( |
||
GetElementById ( string elementId ) : |
||
GetElementsByClassName ( string classNames ) : |
||
GetElementsByName ( string elementName ) : |
||
GetElementsByTagName ( string localName ) : |
||
GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
GetItems ( ) : |
||
GetItems ( string typeNames ) : |
||
GetSelection ( ) : |
||
GetUserData ( string key ) : object | ||
HasAttributes ( ) : bool | ||
HasChildNodes ( ) : bool | ||
HasFocus ( ) : bool | ||
ImportNode ( |
||
ImportNode ( |
||
InsertBefore ( |
||
InsertBefore ( |
||
IsDefaultNamespace ( string @namespace ) : bool | ||
IsEqualNode ( |
||
LookupNamespaceURI ( string prefix ) : string | ||
LookupPrefix ( string @namespace ) : string | ||
Normalize ( ) : void | ||
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 | ||
RegisterElement ( string name ) : object | ||
RegisterElement ( string name, ElementRegistrationOptions options ) : object | ||
ReleaseCapture ( ) : void | ||
ReleaseEvents ( ) : void | ||
RemoveChild ( Element element ) : Element | ||
RemoveChild ( XmlNode child ) : XmlNode | ||
RemoveEventListener ( DocumentBaseEvents type, Action listener ) : void | ||
RemoveEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( DocumentBaseEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : 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 |
||
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( XmlNodeEvents type, Action listener ) : void | ||
RemoveEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlNodeEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, Action listener ) : void | ||
RemoveEventListener ( string type, Action listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, IEventListener listener ) : void | ||
RemoveEventListener ( string type, IEventListener listener, bool capture ) : void | ||
ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode |
메소드 | 설명 | |
---|---|---|
CreateTouchList ( |
||
Write ( ) : void | ||
Writeln ( ) : void |
public static AddEventListener ( DocumentBaseEvents type, Action listener ) : void | ||
type | DocumentBaseEvents | |
listener | Action | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void | ||
type | DocumentBaseEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentBaseEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentBaseEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void | ||
type | DocumentBaseEvents | |
listener | IEventListener | |
리턴 | void |
public static AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, Action listener ) : void | ||
type | DocumentInstanceEvents | |
listener | Action | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void | ||
type | DocumentInstanceEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void | ||
type | DocumentInstanceEvents | |
listener | IEventListener | |
리턴 | void |
public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, Action listener ) : void | ||
type | XmlNodeEvents | |
listener | Action | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void | ||
type | XmlNodeEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
type | XmlNodeEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
type | XmlNodeEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void | ||
type | XmlNodeEvents | |
listener | IEventListener | |
리턴 | void |
public static AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, Action listener ) : void | ||
type | string | |
listener | Action | |
리턴 | void |
public static AddEventListener ( string type, Action listener, bool capture ) : void | ||
type | string | |
listener | Action | |
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void | ||
type | string | |
listener | Action | |
capture | bool | |
wantsUntrusted | bool | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandler listener ) : void | ||
type | string | |
listener | HtmlEventHandler | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void | ||
type | string | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void | ||
type | string | |
listener | HtmlEventHandler | |
capture | bool | |
wantsUntrusted | bool | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, IEventListener listener ) : void | ||
type | string | |
listener | IEventListener | |
리턴 | void |
public static AddEventListener ( string type, IEventListener listener, bool capture ) : void | ||
type | string | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void | ||
type | string | |
listener | IEventListener | |
capture | bool | |
wantsUntrusted | bool | |
리턴 | void |
public static AdoptNode ( |
||
node | ||
리턴 |
public static AppendChild ( |
||
element | ||
리턴 |
public static AppendChild ( |
||
node | ||
리턴 |
public static CaretPositionFromPoint ( double x, double y ) : |
||
x | double | |
y | double | |
리턴 |
public static CloneNode ( bool deep ) : |
||
deep | bool | |
리턴 |
public static CompareDocumentPosition ( |
||
other | ||
리턴 | DocumentPosition |
public static Contains ( |
||
other | ||
리턴 | bool |
public static ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
point | DOMPointInit | |
from | TypeOption |
|
리턴 |
public static ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
point | DOMPointInit | |
from | TypeOption |
|
options | ||
리턴 |
public static ConvertQuadFromNode ( |
||
quad | ||
from | TypeOption |
|
리턴 |
public static ConvertQuadFromNode ( |
||
quad | ||
from | TypeOption |
|
options | ||
리턴 |
public static ConvertRectFromNode ( |
||
rect | ||
from | TypeOption |
|
리턴 |
public static ConvertRectFromNode ( |
||
rect | ||
from | TypeOption |
|
options | ||
리턴 |
public static CreateAttribute ( string name ) : |
||
name | string | |
리턴 |
public static CreateAttributeNS ( string @namespace, string name ) : |
||
@namespace | string | |
name | string | |
리턴 |
public static CreateCDATASection ( string data ) : |
||
data | string | |
리턴 |
public static CreateComment ( string data ) : |
||
data | string | |
리턴 |
public static CreateDocumentFragment ( ) : |
||
리턴 |
public static CreateElement ( string localName ) : |
||
localName | string | |
리턴 |
public static CreateElementNS ( string @namespace, string qualifiedName ) : |
||
@namespace | string | |
qualifiedName | string | |
리턴 |
public static CreateEvent ( string @interface ) : |
||
@interface | string | |
리턴 |
public static CreateExpression ( string expression, |
||
expression | string | |
resolver | ||
리턴 |
public static CreateNSResolver ( |
||
nodeResolver | ||
리턴 |
public static CreateNodeIterator ( |
||
root | ||
리턴 |
public static CreateNodeIterator ( |
||
root | ||
whatToShow | NodeFilter | |
리턴 |
public static CreateNodeIterator ( |
||
root | ||
whatToShow | NodeFilter | |
filter | INodeFilter | |
리턴 |
public static CreateProcessingInstruction ( string target, string data ) : |
||
target | string | |
data | string | |
리턴 |
public static CreateTextNode ( string data ) : |
||
data | string | |
리턴 |
public static CreateTouch ( |
||
view | ||
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
clientY | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
clientY | int | |
radiusX | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
clientY | int | |
radiusX | int | |
radiusY | int | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
clientY | int | |
radiusX | int | |
radiusY | int | |
rotationAngle | double | |
리턴 |
public static CreateTouch ( |
||
view | ||
target | ||
identifier | int | |
pageX | int | |
pageY | int | |
screenX | int | |
screenY | int | |
clientX | int | |
clientY | int | |
radiusX | int | |
radiusY | int | |
rotationAngle | double | |
force | double | |
리턴 |
public static CreateTreeWalker ( |
||
root | ||
리턴 |
public static CreateTreeWalker ( |
||
root | ||
whatToShow | NodeFilter | |
리턴 |
public static CreateTreeWalker ( |
||
root | ||
whatToShow | NodeFilter | |
filter | INodeFilter | |
리턴 |
public static ElementFromPoint ( float x, float y ) : |
||
x | float | |
y | float | |
리턴 |
public static EnableStyleSheetsForSet ( string name ) : void | ||
name | string | |
리턴 | void |
public static Evaluate ( string expression, |
||
expression | string | |
contextNode | ||
resolver | ||
type | ushort | |
result | ||
리턴 |
public static ExecCommand ( string commandId ) : bool | ||
commandId | string | |
리턴 | bool |
public static ExecCommand ( string commandId, bool showUI ) : bool | ||
commandId | string | |
showUI | bool | |
리턴 | bool |
public static ExecCommand ( string commandId, bool showUI, string value ) : bool | ||
commandId | string | |
showUI | bool | |
value | string | |
리턴 | bool |
public static GetBoxQuads ( ) : System.Html.DOMQuad[] | ||
리턴 | System.Html.DOMQuad[] |
public static GetBoxQuads ( |
||
options | ||
리턴 | System.Html.DOMQuad[] |
public static GetElementById ( string elementId ) : |
||
elementId | string | |
리턴 |
public static GetElementsByClassName ( string classNames ) : |
||
classNames | string | |
리턴 |
public static GetElementsByName ( string elementName ) : |
||
elementName | string | |
리턴 |
public static GetElementsByTagName ( string localName ) : |
||
localName | string | |
리턴 |
public static GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
@namespace | string | |
localName | string | |
리턴 |
public static GetItems ( string typeNames ) : |
||
typeNames | string | |
리턴 |
public static GetSelection ( ) : |
||
리턴 |
public static ImportNode ( |
||
node | ||
리턴 |
public static ImportNode ( |
||
node | ||
deep | bool | |
리턴 |
public static InsertBefore ( |
||
node | ||
child | ||
리턴 |
public static InsertBefore ( |
||
node | ||
child | ||
리턴 |
public static IsDefaultNamespace ( string @namespace ) : bool | ||
@namespace | string | |
리턴 | bool |
public static IsEqualNode ( |
||
node | ||
리턴 | bool |
public static LookupNamespaceURI ( string prefix ) : string | ||
prefix | string | |
리턴 | string |
public static LookupPrefix ( string @namespace ) : string | ||
@namespace | string | |
리턴 | string |
public static Open ( string type, string replace ) : DocumentBase | ||
type | string | |
replace | string | |
리턴 | DocumentBase |
public static Open ( string url, string name, string features ) : WindowInstance | ||
url | string | |
name | string | |
features | string | |
리턴 | WindowInstance |
public static Open ( string url, string name, string features, bool replace ) : WindowInstance | ||
url | string | |
name | string | |
features | string | |
replace | bool | |
리턴 | WindowInstance |
public static QueryCommandEnabled ( string commandId ) : bool | ||
commandId | string | |
리턴 | bool |
public static QueryCommandIndeterm ( string commandId ) : bool | ||
commandId | string | |
리턴 | bool |
public static QueryCommandState ( string commandId ) : bool | ||
commandId | string | |
리턴 | bool |
public static QueryCommandSupported ( string commandId ) : bool | ||
commandId | string | |
리턴 | bool |
public static QueryCommandValue ( string commandId ) : string | ||
commandId | string | |
리턴 | string |
public static QuerySelector ( string selectors ) : Element | ||
selectors | string | |
리턴 | Element |
public static QuerySelectorAll ( string selectors ) : ElementNodeList | ||
selectors | string | |
리턴 | ElementNodeList |
public static RegisterElement ( string name ) : object | ||
name | string | |
리턴 | object |
public static RegisterElement ( string name, ElementRegistrationOptions options ) : object | ||
name | string | |
options | ElementRegistrationOptions | |
리턴 | object |
public static RemoveChild ( Element element ) : Element | ||
element | Element | |
리턴 | Element |
public static RemoveChild ( XmlNode child ) : XmlNode | ||
child | XmlNode | |
리턴 | XmlNode |
public static RemoveEventListener ( DocumentBaseEvents type, Action listener ) : void | ||
type | DocumentBaseEvents | |
listener | Action | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void | ||
type | DocumentBaseEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentBaseEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentBaseEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener ) : void | ||
type | DocumentBaseEvents | |
listener | IEventListener | |
리턴 | void |
public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void | ||
type | DocumentBaseEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void | ||
type | DocumentInstanceEvents | |
listener | Action | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void | ||
type | DocumentInstanceEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | DocumentInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void | ||
type | DocumentInstanceEvents | |
listener | IEventListener | |
리턴 | void |
public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void | ||
type | DocumentInstanceEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, Action listener ) : void | ||
type | XmlNodeEvents | |
listener | Action | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void | ||
type | XmlNodeEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
type | XmlNodeEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget |
||
type | XmlNodeEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener ) : void | ||
type | XmlNodeEvents | |
listener | IEventListener | |
리턴 | void |
public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlNodeEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, Action listener ) : void | ||
type | string | |
listener | Action | |
리턴 | void |
public static RemoveEventListener ( string type, Action listener, bool capture ) : void | ||
type | string | |
listener | Action | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandler listener ) : void | ||
type | string | |
listener | HtmlEventHandler | |
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void | ||
type | string | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public static RemoveEventListener ( string type, IEventListener listener ) : void | ||
type | string | |
listener | IEventListener | |
리턴 | void |
public static RemoveEventListener ( string type, IEventListener listener, bool capture ) : void | ||
type | string | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public static ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode | ||
node | XmlNode | |
child | XmlNode | |
리턴 | XmlNode |