Méthode | Description | |
---|---|---|
CreateDocumentFragment ( ) : |
||
CreateDocumentNodeElement ( ) : |
||
CreateElement ( string prefix, string localName ) : |
||
CreateShadowRootElement ( ) : |
||
CreateTextNode ( char strBufferForElement ) : |
||
CreateWrapperElement ( string wrapperElementName, LazyCssBoxCreator lazyCssBoxCreator ) : |
||
RegisterCustomElement ( string customElementName, CreateCssBoxDelegate cssBoxGen ) : void | ||
TryGetCustomBoxGenerator ( string customElementName, CreateCssBoxDelegate &cssBoxGen ) : bool |
Méthode | Description | |
---|---|---|
HtmlDocument ( ) : System | ||
HtmlDocument ( |
public CreateDocumentFragment ( ) : |
||
Résultat |
public CreateDocumentNodeElement ( ) : |
||
Résultat |
public CreateElement ( string prefix, string localName ) : |
||
prefix | string | |
localName | string | |
Résultat |
public CreateShadowRootElement ( ) : |
||
Résultat |
public CreateTextNode ( char strBufferForElement ) : |
||
strBufferForElement | char | |
Résultat |
public CreateWrapperElement ( string wrapperElementName, LazyCssBoxCreator lazyCssBoxCreator ) : |
||
wrapperElementName | string | |
lazyCssBoxCreator | LazyCssBoxCreator | |
Résultat |
public RegisterCustomElement ( string customElementName, CreateCssBoxDelegate cssBoxGen ) : void | ||
customElementName | string | |
cssBoxGen | CreateCssBoxDelegate | |
Résultat | void |
public TryGetCustomBoxGenerator ( string customElementName, CreateCssBoxDelegate &cssBoxGen ) : bool | ||
customElementName | string | |
cssBoxGen | CreateCssBoxDelegate | |
Résultat | bool |