Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
HtmlDocument ( ) : System | ||
HtmlDocument ( |
public CreateDocumentFragment ( ) : |
||
Результат |
public CreateDocumentNodeElement ( ) : |
||
Результат |
public CreateElement ( string prefix, string localName ) : |
||
prefix | string | |
localName | string | |
Результат |
public CreateShadowRootElement ( ) : |
||
Результат |
public CreateTextNode ( char strBufferForElement ) : |
||
strBufferForElement | char | |
Результат |
public CreateWrapperElement ( string wrapperElementName, LazyCssBoxCreator lazyCssBoxCreator ) : |
||
wrapperElementName | string | |
lazyCssBoxCreator | LazyCssBoxCreator | |
Результат |
public RegisterCustomElement ( string customElementName, CreateCssBoxDelegate cssBoxGen ) : void | ||
customElementName | string | |
cssBoxGen | CreateCssBoxDelegate | |
Результат | void |
public TryGetCustomBoxGenerator ( string customElementName, CreateCssBoxDelegate &cssBoxGen ) : bool | ||
customElementName | string | |
cssBoxGen | CreateCssBoxDelegate | |
Результат | bool |