C# 클래스 System.Xml.XmlElement

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

Private Properties

프로퍼티 타입 설명
XmlElement System.Html

공개 메소드들

메소드 설명
AddEventListener ( XmlElementEvents type, System.Action listener ) : void
AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
AddEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlElementEvents type, IEventListener listener ) : void
AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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
CreateShadowRoot ( ) : ShadowRoot
GetAttribute ( string name ) : string
GetAttributeNS ( string @namespace, string localName ) : string
GetAttributeNode ( string name ) : XmlAttribute
GetAttributeNodeNS ( string namespaceURI, string localName ) : XmlAttribute
GetBoundingClientRect ( ) : DOMRect
GetBoxQuads ( ) : DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
GetClientRects ( ) : DOMRectList
GetElementsByClassName ( string classNames ) : XmlElementCollection
GetElementsByTagName ( string localName ) : XmlElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : XmlElementCollection
HasAttribute ( string name ) : bool
HasAttributeNS ( string @namespace, string localName ) : bool
InsertAdjacentHTML ( string position, string text ) : void
QuerySelector ( string selectors ) : XmlElement
QuerySelectorAll ( string selectors ) : XmlNodeList
ReleaseCapture ( ) : void
Remove ( ) : void
RemoveAttribute ( string name ) : void
RemoveAttributeNS ( string @namespace, string localName ) : void
RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void
RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ScrollIntoView ( ) : void
ScrollIntoView ( bool top ) : void
SetAttribute ( string name, string value ) : void
SetAttributeNS ( string @namespace, string name, string value ) : void
SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
SetAttributeNodeNS ( XmlAttribute newAttr ) : XmlAttribute
SetCapture ( ) : void
SetCapture ( bool retargetToElement ) : void

비공개 메소드들

메소드 설명
XmlElement ( ) : System.Html

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
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

ConvertPointFromNode() 공개 메소드

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

ConvertPointFromNode() 공개 메소드

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

ConvertQuadFromNode() 공개 메소드

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

ConvertQuadFromNode() 공개 메소드

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

ConvertRectFromNode() 공개 메소드

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

ConvertRectFromNode() 공개 메소드

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

CreateShadowRoot() 공개 메소드

public CreateShadowRoot ( ) : ShadowRoot
리턴 ShadowRoot

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttributeNS() 공개 메소드

public GetAttributeNS ( string @namespace, string localName ) : string
@namespace string
localName string
리턴 string

GetAttributeNode() 공개 메소드

public GetAttributeNode ( string name ) : XmlAttribute
name string
리턴 XmlAttribute

GetAttributeNodeNS() 공개 메소드

public GetAttributeNodeNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
리턴 XmlAttribute

GetBoundingClientRect() 공개 메소드

public GetBoundingClientRect ( ) : DOMRect
리턴 DOMRect

GetBoxQuads() 공개 메소드

public GetBoxQuads ( ) : DOMQuad[]
리턴 DOMQuad[]

GetBoxQuads() 공개 메소드

public GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
options BoxQuadOptions
리턴 DOMQuad[]

GetClientRects() 공개 메소드

public GetClientRects ( ) : DOMRectList
리턴 DOMRectList

GetElementsByClassName() 공개 메소드

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

GetElementsByTagName() 공개 메소드

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

GetElementsByTagNameNS() 공개 메소드

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

HasAttribute() 공개 메소드

public HasAttribute ( string name ) : bool
name string
리턴 bool

HasAttributeNS() 공개 메소드

public HasAttributeNS ( string @namespace, string localName ) : bool
@namespace string
localName string
리턴 bool

InsertAdjacentHTML() 공개 메소드

public InsertAdjacentHTML ( string position, string text ) : void
position string
text string
리턴 void

QuerySelector() 공개 메소드

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

QuerySelectorAll() 공개 메소드

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

ReleaseCapture() 공개 메소드

public ReleaseCapture ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( string name ) : void
name string
리턴 void

RemoveAttributeNS() 공개 메소드

public RemoveAttributeNS ( string @namespace, string localName ) : void
@namespace string
localName string
리턴 void

RemoveAttributeNode() 공개 메소드

public RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
oldAttr XmlAttribute
리턴 XmlAttribute

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
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

ScrollIntoView() 공개 메소드

public ScrollIntoView ( ) : void
리턴 void

ScrollIntoView() 공개 메소드

public ScrollIntoView ( bool top ) : void
top bool
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void

SetAttributeNS() 공개 메소드

public SetAttributeNS ( string @namespace, string name, string value ) : void
@namespace string
name string
value string
리턴 void

SetAttributeNode() 공개 메소드

public SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
리턴 XmlAttribute

SetAttributeNodeNS() 공개 메소드

public SetAttributeNodeNS ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
리턴 XmlAttribute

SetCapture() 공개 메소드

public SetCapture ( ) : void
리턴 void

SetCapture() 공개 메소드

public SetCapture ( bool retargetToElement ) : void
retargetToElement bool
리턴 void