C# Class HtmlParserSharp.Core.Portability

Class for C++ portability. TODO: Remove this
显示文件 Open project: prepare/HTML-Renderer

Public Methods

Method Description
LocalEqualsBuffer ( [ local, char buf, int offset, int length ) : bool
LowerCaseLiteralEqualsIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool
LowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool

Private Methods

Method Description
NewLocalNameFromBuffer ( char buf, int offset, int length ) : String

Method Details

LocalEqualsBuffer() public static method

public static LocalEqualsBuffer ( [ local, char buf, int offset, int length ) : bool
local [
buf char
offset int
length int
return bool

LowerCaseLiteralEqualsIgnoreAsciiCaseString() public static method

public static LowerCaseLiteralEqualsIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool
lowerCaseLiteral string
str string
return bool

LowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString() public static method

public static LowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool
lowerCaseLiteral string
str string
return bool