C# Class LayoutFarm.WebDom.Parser.HtmlStack

Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
Clear ( ) : void
HtmlStack ( ) : System.Collections.Generic
Peek ( ) : DomElement
Pop ( ) : DomElement
Push ( DomElement node ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

HtmlStack() public method

public HtmlStack ( ) : System.Collections.Generic
return System.Collections.Generic

Peek() public method

public Peek ( ) : DomElement
return DomElement

Pop() public method

public Pop ( ) : DomElement
return DomElement

Push() public method

public Push ( DomElement node ) : void
node DomElement
return void