C# Class HtmlParserSharp.Core.NCName

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
EscapeName ( string str ) : string
IsNCName ( string str ) : bool
IsNCNameStart ( char c ) : bool
IsNCNameTrail ( char c ) : bool

Private Methods

Method Description
AppendUHexTo ( StringBuilder sb, int c ) : void

Method Details

EscapeName() public static method

public static EscapeName ( string str ) : string
str string
return string

IsNCName() public static method

public static IsNCName ( string str ) : bool
str string
return bool

IsNCNameStart() public static method

public static IsNCNameStart ( char c ) : bool
c char
return bool

IsNCNameTrail() public static method

public static IsNCNameTrail ( char c ) : bool
c char
return bool