C# Class iTextSharp.text.html.HtmlTagMap

Inheritance: System.Collections.Hashtable
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
HtmlTagMap ( ) : System
IsBody ( String tag ) : bool
IsHead ( String tag ) : bool
IsHtml ( String tag ) : bool
IsLink ( String tag ) : bool
IsMeta ( String tag ) : bool
IsSpecialTag ( String tag ) : bool
IsTitle ( String tag ) : bool

Method Details

HtmlTagMap() public method

public HtmlTagMap ( ) : System
return System

IsBody() public static method

public static IsBody ( String tag ) : bool
tag String
return bool

IsHead() public static method

public static IsHead ( String tag ) : bool
tag String
return bool

IsHtml() public static method

public static IsHtml ( String tag ) : bool
tag String
return bool

IsLink() public static method

public static IsLink ( String tag ) : bool
tag String
return bool

IsMeta() public static method

public static IsMeta ( String tag ) : bool
tag String
return bool

IsSpecialTag() public static method

public static IsSpecialTag ( String tag ) : bool
tag String
return bool

IsTitle() public static method

public static IsTitle ( String tag ) : bool
tag String
return bool