Метод | Описание | |
---|---|---|
CompareDocToFile ( |
||
GetCData ( |
||
GetElement ( |
||
GetElementByName ( |
||
GetElements ( |
||
GetElementsByName ( |
||
GetNextElement ( |
||
GetPrevElement ( |
||
GetRecursiveElements ( |
||
WriteToFile ( |
||
WriteToMemory ( |
||
WriteToString ( |
Метод | Описание | |
---|---|---|
Write ( |
public static CompareDocToFile ( |
||
document | ||
filePath | string | |
tmpPath | string | |
Результат | bool |
public static GetCData ( |
||
root | ||
Результат |
public static GetElement ( |
||
root | ||
Результат |
public static GetElementByName ( |
||
root | ||
name | string | |
Результат |
public static GetElements ( |
||
root | ||
Результат | IEnumerable |
public static GetElementsByName ( |
||
root | ||
name | string | |
Результат | IEnumerable |
public static GetNextElement ( |
||
element | ||
Результат |
public static GetPrevElement ( |
||
element | ||
Результат |
public static GetRecursiveElements ( |
||
root | ||
Результат | IEnumerable |
public static WriteToFile ( |
||
node | ||
file | string | |
Результат | void |
public static WriteToMemory ( |
||
node | ||
Результат |
public static WriteToString ( |
||
node | ||
Результат | string |