Метод | Описание | |
---|---|---|
AddTag ( string p_sTag, string sAttributeNames ) : bool |
Adds tag to list of tracked tags (don't add too many, if you have got multiple same first 2 chars then duplicates won't be added, so make sure the first added tags are the MOST LIKELY to be found)
|
|
Dispose ( ) : void |
Disposes of resources
|
|
GetAttr ( int iAttrID ) : string | ||
GetAttrData ( int iAttrID ) : byte[] | ||
GetString ( int iID ) : string |
Returns string for ID returned by GetMatch
|
|
GetStringData ( int iID ) : byte[] | ||
GetTwoCharString ( byte cChar1, byte cChar2 ) : string | ||
MatchAttr ( byte bChar, int iTagID ) : short | ||
MatchTag ( byte cChar1, byte cChar2 ) : short |
Метод | Описание | |
---|---|---|
AddAttribute ( string sAttr, short usID, short usAttrID ) : void | ||
AddTag ( string sTag, short usID, short usDataID ) : bool | ||
Dispose ( bool bDisposing ) : void | ||
HTMLheuristics ( ) : System |
Static constructor
|
|
SetHash ( char cChar1, char cChar2, short usID ) : bool |
public AddTag ( string p_sTag, string sAttributeNames ) : bool | ||
p_sTag | string | |
sAttributeNames | string | Comma delimited list of attributed |
Результат | bool |
public GetAttrData ( int iAttrID ) : byte[] | ||
iAttrID | int | |
Результат | byte[] |
public GetTwoCharString ( byte cChar1, byte cChar2 ) : string | ||
cChar1 | byte | |
cChar2 | byte | |
Результат | string |
public MatchAttr ( byte bChar, int iTagID ) : short | ||
bChar | byte | |
iTagID | int | |
Результат | short |
public MatchTag ( byte cChar1, byte cChar2 ) : short | ||
cChar1 | byte | |
cChar2 | byte | |
Результат | short |