Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
LayoutFarm
WebDom
Parser
HtmlStack
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