C# Class Itenso.Rtf.Converter.Html.RtfHtmlElementPath

Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
Contains ( HtmlTextWriterTag tag ) : bool
IsCurrent ( HtmlTextWriterTag tag ) : bool
Pop ( ) : void
Push ( HtmlTextWriterTag tag ) : void
ToString ( ) : string

Method Details

Contains() public method

public Contains ( HtmlTextWriterTag tag ) : bool
tag HtmlTextWriterTag
return bool

IsCurrent() public method

public IsCurrent ( HtmlTextWriterTag tag ) : bool
tag HtmlTextWriterTag
return bool

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( HtmlTextWriterTag tag ) : void
tag HtmlTextWriterTag
return void

ToString() public method

public ToString ( ) : string
return string