C# 클래스 System.Html.Document

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateTouchList TouchList
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 listener ) : void
AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 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 ( 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 listener ) : void
AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 ( XmlNode node ) : XmlNode
AppendChild ( Element element ) : Element
AppendChild ( XmlNode node ) : XmlNode
CaptureEvents ( ) : void
CaretPositionFromPoint ( double x, double y ) : CaretPosition
Clear ( ) : void
CloneNode ( ) : XmlNode
CloneNode ( bool deep ) : XmlNode
Close ( ) : void
CompareDocumentPosition ( XmlNode other ) : DocumentPosition
Contains ( XmlNode other ) : bool
ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
CreateAttribute ( string name ) : XmlAttribute
CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
CreateCDATASection ( string data ) : XmlCDataSection
CreateComment ( string data ) : XmlComment
CreateDocumentFragment ( ) : XmlDocumentFragment
CreateElement ( string localName ) : Element
CreateElementNS ( string @namespace, string qualifiedName ) : Element
CreateEvent ( string @interface ) : Event
CreateExpression ( string expression, XPathNSResolver resolver ) : XPathExpression
CreateNSResolver ( XmlNode nodeResolver ) : XPathNSResolver
CreateNodeIterator ( XmlNode root ) : NodeIterator
CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
CreateNodeIterator ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : NodeIterator
CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
CreateRange ( ) : Range
CreateTextNode ( string data ) : XmlText
CreateTouch ( ) : Touch
CreateTouch ( WindowInstance view ) : Touch
CreateTouch ( WindowInstance view, EventTarget target ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle, double force ) : Touch
CreateTouchList ( ) : TouchList
CreateTreeWalker ( XmlNode root ) : TreeWalker
CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
CreateTreeWalker ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : TreeWalker
DispatchEvent ( Event @event ) : bool
ElementFromPoint ( float x, float y ) : Element
EnableStyleSheetsForSet ( string name ) : void
Evaluate ( string expression, XmlNode contextNode, XPathNSResolver resolver, ushort type, XPathResult result ) : XPathResult
ExecCommand ( string commandId ) : bool
ExecCommand ( string commandId, bool showUI ) : bool
ExecCommand ( string commandId, bool showUI, string value ) : bool
GetBoxQuads ( ) : System.Html.DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
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
GetUserData ( string key ) : object
HasAttributes ( ) : bool
HasChildNodes ( ) : bool
HasFocus ( ) : bool
ImportNode ( XmlNode node ) : XmlNode
ImportNode ( XmlNode node, bool deep ) : XmlNode
InsertBefore ( Element node, Element child ) : Element
InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
IsDefaultNamespace ( string @namespace ) : bool
IsEqualNode ( XmlNode node ) : bool
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 listener ) : void
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 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 ( 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 listener ) : void
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, IEventListener listener ) : void
RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode

비공개 메소드들

메소드 설명
CreateTouchList ( Touch touch ) : TouchList
Write ( ) : void
Writeln ( ) : void

메소드 상세

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void
type string
listener Action
capture bool
wantsUntrusted bool
리턴 void

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void
type string
listener HtmlEventHandler
capture bool
wantsUntrusted bool
리턴 void

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
리턴 void

AdoptNode() 공개 정적인 메소드

public static AdoptNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
리턴 System.Xml.XmlNode

AppendChild() 공개 정적인 메소드

public static AppendChild ( Element element ) : Element
element Element
리턴 Element

AppendChild() 공개 정적인 메소드

public static AppendChild ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
리턴 System.Xml.XmlNode

CaptureEvents() 공개 정적인 메소드

public static CaptureEvents ( ) : void
리턴 void

CaretPositionFromPoint() 공개 정적인 메소드

public static CaretPositionFromPoint ( double x, double y ) : CaretPosition
x double
y double
리턴 CaretPosition

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

CloneNode() 공개 정적인 메소드

public static CloneNode ( ) : XmlNode
리턴 System.Xml.XmlNode

CloneNode() 공개 정적인 메소드

public static CloneNode ( bool deep ) : XmlNode
deep bool
리턴 System.Xml.XmlNode

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

CompareDocumentPosition() 공개 정적인 메소드

public static CompareDocumentPosition ( XmlNode other ) : DocumentPosition
other System.Xml.XmlNode
리턴 DocumentPosition

Contains() 공개 정적인 메소드

public static Contains ( XmlNode other ) : bool
other System.Xml.XmlNode
리턴 bool

ConvertPointFromNode() 공개 정적인 메소드

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
리턴 DOMPoint

ConvertPointFromNode() 공개 정적인 메소드

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
point DOMPointInit
from TypeOption
options ConvertCoordinateOptions
리턴 DOMPoint

ConvertQuadFromNode() 공개 정적인 메소드

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad DOMQuad
from TypeOption
리턴 DOMQuad

ConvertQuadFromNode() 공개 정적인 메소드

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad DOMQuad
from TypeOption
options ConvertCoordinateOptions
리턴 DOMQuad

ConvertRectFromNode() 공개 정적인 메소드

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
리턴 DOMQuad

ConvertRectFromNode() 공개 정적인 메소드

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
options ConvertCoordinateOptions
리턴 DOMQuad

CreateAttribute() 공개 정적인 메소드

public static CreateAttribute ( string name ) : XmlAttribute
name string
리턴 System.Xml.XmlAttribute

CreateAttributeNS() 공개 정적인 메소드

public static CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
@namespace string
name string
리턴 System.Xml.XmlAttribute

CreateCDATASection() 공개 정적인 메소드

public static CreateCDATASection ( string data ) : XmlCDataSection
data string
리턴 System.Xml.XmlCDataSection

CreateComment() 공개 정적인 메소드

public static CreateComment ( string data ) : XmlComment
data string
리턴 System.Xml.XmlComment

CreateDocumentFragment() 공개 정적인 메소드

public static CreateDocumentFragment ( ) : XmlDocumentFragment
리턴 System.Xml.XmlDocumentFragment

CreateElement() 공개 정적인 메소드

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

CreateElementNS() 공개 정적인 메소드

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

CreateEvent() 공개 정적인 메소드

public static CreateEvent ( string @interface ) : Event
@interface string
리턴 Event

CreateExpression() 공개 정적인 메소드

public static CreateExpression ( string expression, XPathNSResolver resolver ) : XPathExpression
expression string
resolver System.Xml.XPath.XPathNSResolver
리턴 System.Xml.XPath.XPathExpression

CreateNSResolver() 공개 정적인 메소드

public static CreateNSResolver ( XmlNode nodeResolver ) : XPathNSResolver
nodeResolver System.Xml.XmlNode
리턴 System.Xml.XPath.XPathNSResolver

CreateNodeIterator() 공개 정적인 메소드

public static CreateNodeIterator ( XmlNode root ) : NodeIterator
root System.Xml.XmlNode
리턴 System.Xml.NodeIterator

CreateNodeIterator() 공개 정적인 메소드

public static CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
root System.Xml.XmlNode
whatToShow NodeFilter
리턴 System.Xml.NodeIterator

CreateNodeIterator() 공개 정적인 메소드

public static CreateNodeIterator ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : NodeIterator
root System.Xml.XmlNode
whatToShow NodeFilter
filter INodeFilter
리턴 System.Xml.NodeIterator

CreateProcessingInstruction() 공개 정적인 메소드

public static CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
target string
data string
리턴 System.Xml.XmlProcessingInstruction

CreateRange() 공개 정적인 메소드

public static CreateRange ( ) : Range
리턴 System.Html.Editing.Range

CreateTextNode() 공개 정적인 메소드

public static CreateTextNode ( string data ) : XmlText
data string
리턴 System.Xml.XmlText

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( ) : Touch
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view ) : Touch
view WindowInstance
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target ) : Touch
view WindowInstance
target EventTarget
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier ) : Touch
view WindowInstance
target EventTarget
identifier int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
rotationAngle double
리턴 Touch

CreateTouch() 공개 정적인 메소드

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle, double force ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
rotationAngle double
force double
리턴 Touch

CreateTouchList() 공개 정적인 메소드

public static CreateTouchList ( ) : TouchList
리턴 TouchList

CreateTreeWalker() 공개 정적인 메소드

public static CreateTreeWalker ( XmlNode root ) : TreeWalker
root System.Xml.XmlNode
리턴 System.Xml.TreeWalker

CreateTreeWalker() 공개 정적인 메소드

public static CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
root System.Xml.XmlNode
whatToShow NodeFilter
리턴 System.Xml.TreeWalker

CreateTreeWalker() 공개 정적인 메소드

public static CreateTreeWalker ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : TreeWalker
root System.Xml.XmlNode
whatToShow NodeFilter
filter INodeFilter
리턴 System.Xml.TreeWalker

DispatchEvent() 공개 정적인 메소드

public static DispatchEvent ( Event @event ) : bool
@event Event
리턴 bool

ElementFromPoint() 공개 정적인 메소드

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

EnableStyleSheetsForSet() 공개 정적인 메소드

public static EnableStyleSheetsForSet ( string name ) : void
name string
리턴 void

Evaluate() 공개 정적인 메소드

public static Evaluate ( string expression, XmlNode contextNode, XPathNSResolver resolver, ushort type, XPathResult result ) : XPathResult
expression string
contextNode System.Xml.XmlNode
resolver System.Xml.XPath.XPathNSResolver
type ushort
result System.Xml.XPath.XPathResult
리턴 System.Xml.XPath.XPathResult

ExecCommand() 공개 정적인 메소드

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

ExecCommand() 공개 정적인 메소드

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

ExecCommand() 공개 정적인 메소드

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

GetBoxQuads() 공개 정적인 메소드

public static GetBoxQuads ( ) : System.Html.DOMQuad[]
리턴 System.Html.DOMQuad[]

GetBoxQuads() 공개 정적인 메소드

public static GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
options BoxQuadOptions
리턴 System.Html.DOMQuad[]

GetElementById() 공개 정적인 메소드

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

GetElementsByClassName() 공개 정적인 메소드

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

GetElementsByName() 공개 정적인 메소드

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

GetElementsByTagName() 공개 정적인 메소드

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

GetElementsByTagNameNS() 공개 정적인 메소드

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

GetItems() 공개 정적인 메소드

public static GetItems ( ) : ElementNodeList
리턴 ElementNodeList

GetItems() 공개 정적인 메소드

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

GetSelection() 공개 정적인 메소드

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

GetUserData() 공개 정적인 메소드

public static GetUserData ( string key ) : object
key string
리턴 object

HasAttributes() 공개 정적인 메소드

public static HasAttributes ( ) : bool
리턴 bool

HasChildNodes() 공개 정적인 메소드

public static HasChildNodes ( ) : bool
리턴 bool

HasFocus() 공개 정적인 메소드

public static HasFocus ( ) : bool
리턴 bool

ImportNode() 공개 정적인 메소드

public static ImportNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
리턴 System.Xml.XmlNode

ImportNode() 공개 정적인 메소드

public static ImportNode ( XmlNode node, bool deep ) : XmlNode
node System.Xml.XmlNode
deep bool
리턴 System.Xml.XmlNode

InsertBefore() 공개 정적인 메소드

public static InsertBefore ( Element node, Element child ) : Element
node Element
child Element
리턴 Element

InsertBefore() 공개 정적인 메소드

public static InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
node System.Xml.XmlNode
child System.Xml.XmlNode
리턴 System.Xml.XmlNode

IsDefaultNamespace() 공개 정적인 메소드

public static IsDefaultNamespace ( string @namespace ) : bool
@namespace string
리턴 bool

IsEqualNode() 공개 정적인 메소드

public static IsEqualNode ( XmlNode node ) : bool
node System.Xml.XmlNode
리턴 bool

LookupNamespaceURI() 공개 정적인 메소드

public static LookupNamespaceURI ( string prefix ) : string
prefix string
리턴 string

LookupPrefix() 공개 정적인 메소드

public static LookupPrefix ( string @namespace ) : string
@namespace string
리턴 string

Normalize() 공개 정적인 메소드

public static Normalize ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( ) : DocumentBase
리턴 DocumentBase

Open() 공개 정적인 메소드

public static Open ( string type ) : DocumentBase
type string
리턴 DocumentBase

Open() 공개 정적인 메소드

public static Open ( string type, string replace ) : DocumentBase
type string
replace string
리턴 DocumentBase

Open() 공개 정적인 메소드

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

Open() 공개 정적인 메소드

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

QueryCommandEnabled() 공개 정적인 메소드

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

QueryCommandIndeterm() 공개 정적인 메소드

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

QueryCommandState() 공개 정적인 메소드

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

QueryCommandSupported() 공개 정적인 메소드

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

QueryCommandValue() 공개 정적인 메소드

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

QuerySelector() 공개 정적인 메소드

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

QuerySelectorAll() 공개 정적인 메소드

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

RegisterElement() 공개 정적인 메소드

public static RegisterElement ( string name ) : object
name string
리턴 object

RegisterElement() 공개 정적인 메소드

public static RegisterElement ( string name, ElementRegistrationOptions options ) : object
name string
options ElementRegistrationOptions
리턴 object

ReleaseCapture() 공개 정적인 메소드

public static ReleaseCapture ( ) : void
리턴 void

ReleaseEvents() 공개 정적인 메소드

public static ReleaseEvents ( ) : void
리턴 void

RemoveChild() 공개 정적인 메소드

public static RemoveChild ( Element element ) : Element
element Element
리턴 Element

RemoveChild() 공개 정적인 메소드

public static RemoveChild ( XmlNode child ) : XmlNode
child XmlNode
리턴 XmlNode

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

ReplaceChild() 공개 정적인 메소드

public static ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode
node XmlNode
child XmlNode
리턴 XmlNode