C# Class HtmlParserSharp.Core.Portability

Class for C++ portability. TODO: Remove this
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Private Methods

Méthode Description
NewLocalNameFromBuffer ( char buf, int offset, int length ) : String

Method Details

LocalEqualsBuffer() public static méthode

public static LocalEqualsBuffer ( [ local, char buf, int offset, int length ) : bool
local [
buf char
offset int
length int
Résultat bool

LowerCaseLiteralEqualsIgnoreAsciiCaseString() public static méthode

public static LowerCaseLiteralEqualsIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool
lowerCaseLiteral string
str string
Résultat bool

LowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString() public static méthode

public static LowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString ( string lowerCaseLiteral, string str ) : bool
lowerCaseLiteral string
str string
Résultat bool