C# Class Headless.AnyHtmlElement

Inheritance: HtmlElement
显示文件 Open project: roryprimrose/Headless

Public Methods

Method Description
AnyHtmlElement ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath

Initializes a new instance of the AnyHtmlElement class.

Method Details

AnyHtmlElement() public method

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. ///
return System.Xml.XPath