The NodeWrangler type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
NodeWrangler |
Initializes a new instance of the NodeWrangler
class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetNode |
Gets the specified text node from an XML file.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
LoadXml |
Loads the XML file.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ReadNode |
Gets the value of the specified text node from an XML file.
| |
ToString | (Inherited from Object.) | |
UpdateNode |
Updates the specified text node with the given value.
| |
WriteXml |
Writes the XML file.
|
Properties
Name | Description | |
---|---|---|
Navigator |
Gets or sets the XPathNavigator.
|
See Also