C# Class LayoutFarm.WebDom.DomNode

Inheritance: INode
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int
dbugMark int

Protected Methods

Method Description
SetNodeType ( HtmlNodeType nodeType ) : void

Private Methods

Method Description
DomNode ( WebDocument ownerDoc ) : System
SetParent ( DomNode parentNode ) : void

Method Details

SetNodeType() protected method

protected SetNodeType ( HtmlNodeType nodeType ) : void
nodeType HtmlNodeType
return void

Property Details

dbugId public_oe property

public int dbugId
return int

dbugMark public_oe property

public int dbugMark
return int