Метод | Описание | |
---|---|---|
AddStyleElement ( string ns, string localName ) : void |
Adds a element type to be used as style elements (e.g. as in the HTML style element)
|
|
CreateElement ( string prefix, string localName, string ns ) : |
||
CssXmlDocument ( ) : System |
Initializes a new instance of CssXmlDocument
|
|
CssXmlDocument ( |
Initializes a new instance of CssXmlDocument
|
|
GetComputedStyle ( System elt, string pseudoElt ) : SharpVectors.Dom.Css.ICssStyleDeclaration |
This method is used to get the computed style as it is defined in [CSS2].
|
|
GetOverrideStyle ( System elt, string pseudoElt ) : SharpVectors.Dom.Css.ICssStyleDeclaration |
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
|
|
GetResource ( |
||
Load ( XmlReader reader ) : void | ||
Load ( string filename ) : void |
Loads a XML document, compare to XmlDocument.Load()
|
|
LoadXml ( string xml ) : void | ||
NodeChangedEvent ( Object src, |
||
SetUserAgentStyleSheet ( string href ) : void |
Sets the user agent stylesheet for this document
|
|
SetUserStyleSheet ( string href ) : void |
Sets the user stylesheet for this document
|
Метод | Описание | |
---|---|---|
setupNodeChangeListeners ( ) : void |
public AddStyleElement ( string ns, string localName ) : void | ||
ns | string | The namespace URI of the element |
localName | string | The local-name of the element |
Результат | void |
public CreateElement ( string prefix, string localName, string ns ) : |
||
prefix | string | |
localName | string | |
ns | string | |
Результат |
public CssXmlDocument ( |
||
nt | The name table to use | |
Результат | System |
public GetComputedStyle ( System elt, string pseudoElt ) : SharpVectors.Dom.Css.ICssStyleDeclaration | ||
elt | System | The element whose style is to be computed. This parameter cannot be null. |
pseudoElt | string | The pseudo-element or null if none. |
Результат | SharpVectors.Dom.Css.ICssStyleDeclaration |
public GetOverrideStyle ( System elt, string pseudoElt ) : SharpVectors.Dom.Css.ICssStyleDeclaration | ||
elt | System | The element whose style is to be modified. This parameter cannot be null. |
pseudoElt | string | The pseudo-element or null if none. |
Результат | SharpVectors.Dom.Css.ICssStyleDeclaration |
public GetResource ( |
||
absoluteUri | ||
Результат |
public NodeChangedEvent ( Object src, |
||
src | Object | |
args | ||
Результат | void |
public SetUserAgentStyleSheet ( string href ) : void | ||
href | string | The URI to the stylesheet |
Результат | void |
public SetUserStyleSheet ( string href ) : void | ||
href | string | The URI to the stylesheet |
Результат | void |