C# Class Headless.HtmlTableCell

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

Public Methods

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

Initializes a new instance of the HtmlTableCell class.

Method Details

HtmlTableCell() public method

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