프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IHtmlDocument | IHtmlDocument | ||
IHtmlDocument | IHtmlElement | ||
IHtmlDocument | IHtmlElement | ||
IHtmlDocument | ITextNode |
메소드 | 설명 | |
---|---|---|
CreateAttribute ( WellknownName attrName ) : DomAttribute | ||
CreateDocumentFragment ( ) : WebDocument | ||
CreateDocumentNodeElement ( ) : DomNode | ||
CreateElement ( string prefix, string localName ) : DomElement | ||
CreateShadowRootElement ( ) : DomElement | ||
CreateTextNode ( char strBufferForElement ) : DomTextNode | ||
HtmlDocument ( ) : System | ||
HtmlDocument ( UniqueStringTable sharedUniqueStringTable ) : System | ||
SetDomUpdateHandler ( EventHandler h ) : void |
메소드 | 설명 | |
---|---|---|
RaiseUpdateEvent ( ) : void | ||
SetRootElement ( DomElement rootE ) : void |
메소드 | 설명 | |
---|---|---|
IHtmlDocument ( ) : IHtmlDocument | ||
IHtmlDocument ( ) : IHtmlElement | ||
IHtmlDocument ( string id ) : IHtmlElement | ||
IHtmlDocument ( string nodeContent ) : ITextNode |
public CreateAttribute ( WellknownName attrName ) : DomAttribute | ||
attrName | WellknownName | |
리턴 | DomAttribute |
public CreateElement ( string prefix, string localName ) : DomElement | ||
prefix | string | |
localName | string | |
리턴 | DomElement |
public CreateTextNode ( char strBufferForElement ) : DomTextNode | ||
strBufferForElement | char | |
리턴 | DomTextNode |
public HtmlDocument ( UniqueStringTable sharedUniqueStringTable ) : System | ||
sharedUniqueStringTable | UniqueStringTable | |
리턴 | System |
public SetDomUpdateHandler ( EventHandler h ) : void | ||
h | EventHandler | |
리턴 | void |
protected SetRootElement ( DomElement rootE ) : void | ||
rootE | DomElement | |
리턴 | void |