Creates an
Assembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function Create( _ ByVal navigator As XPathNavigator _ ) As XmlNode |
| C# |
|---|
| public static XmlNode Create( XPathNavigator navigator ) |
| C++ |
|---|
| public: static XmlNode^ Create( XPathNavigator^ navigator ) |
| J# |
|---|
| public static XmlNode Create( XPathNavigator navigator ) |
| JScript |
|---|
| public static
function Create( navigator : XPathNavigator ) : XmlNode |
Parameters
- navigator
- The navigator to wrap.
Return Value
A node that can only be used for XML serialization.