C# Class Headless.AnyHtmlElement

Inheritance: HtmlElement
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
AnyHtmlElement ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath

Initializes a new instance of the AnyHtmlElement class.

Method Details

AnyHtmlElement() public méthode

Initializes a new instance of the AnyHtmlElement class.
/// The parameter is null. /// /// The parameter is null. ///
public AnyHtmlElement ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
Résultat System.Xml.XPath