Method | Description | |
---|---|---|
ElementMapper ( DiffMatchPatch diffEngine ) : System | ||
HasExactMatch ( |
||
HasIdMatch ( |
||
HasSimilarElements ( |
Method | Description | |
---|---|---|
AttributesSimilarity ( |
Determines the attribute similarity of two given attribute dictionaries.
|
|
ElementsEqual ( |
||
GetElementsWithSimilarTag ( string tag, IEnumerable |
Finds and returns elements with similar html tags.
|
|
GetSimilarTags ( string tag ) : string[] |
Returns similar html tags.
|
|
IdsMatch ( |
||
TextDistance ( string text1, string text2 ) : int |
Computes the levenshtein distance between two strings.
|
public ElementMapper ( DiffMatchPatch diffEngine ) : System | ||
diffEngine | DiffMatchPatch | |
return | System |
public HasExactMatch ( |
||
element | ||
elements | IEnumerable |
|
exactMatch | ||
return | bool |
public HasIdMatch ( |
||
element | ||
elements | IEnumerable |
|
idMatch | ||
return | bool |
public HasSimilarElements ( |
||
targetElement | ||
candidateElements | IEnumerable |
|
maxDistance | decimal | |
similarElements | Tuple |
|
return | bool |