Свойство | Тип | Описание | |
---|---|---|---|
LoadDocument | |||
SaveDocument | void | ||
SelectNodes | |||
UpdateNodes | void |
Метод | Описание | |
---|---|---|
ExecuteTask ( ) : void |
Executes the XML poke task.
|
Метод | Описание | |
---|---|---|
LoadDocument ( string fileName, bool preserveWhitespace ) : |
Loads an XML document from a file on disk.
|
|
SaveDocument ( |
Saves the XML document to a file.
|
|
SelectNodes ( string xpath, |
Given an XML document and an expression, returns a list of nodes which match the expression criteria.
|
|
UpdateNodes ( |
Given a node list, replaces the XML within those nodes.
|