C# Class SharpTAL.HtmlEntityDefs

ファイルを表示 Open project: lck/SharpTAL

Public Properties

Property Type Description
Code2Name string>.Dictionary
EntityDefs string>.Dictionary
Name2Code int>.Dictionary

Private Methods

Method Description
HtmlEntityDefs ( ) : System.Collections.Generic

Property Details

Code2Name public_oe static_oe property

Maps the Unicode codepoint to the HTML entity name
public static Dictionary Code2Name
return string>.Dictionary

EntityDefs public_oe static_oe property

Maps the HTML entity name to the character (or a character reference if the character is outside the Latin-1 range)
public static Dictionary EntityDefs
return string>.Dictionary

Name2Code public_oe static_oe property

Maps the HTML entity name to the Unicode codepoint
public static Dictionary Name2Code
return int>.Dictionary