MessageBuffer.CreateNavigator Method
Creates a new XPathNavigator object for navigating this object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateNavigator() | Creates a new XPathNavigator object for navigating this object. This method cannot be inherited. |
|
CreateNavigator(Int32) | Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the node specified. |
|
CreateNavigator(XmlSpace) | Creates a new XPathNavigator object for navigating this object, with the specified xml:space scope. |
|
CreateNavigator(Int32, XmlSpace) | Creates a new XPathNavigator object for navigating this object, with the navigator positioned on the specified node and xml:space scope. |