protected void Initialize(XmlDocument doc, XmlNode[] list, int index, XmlNode root, XmlNamespaceManager nsManager);
Protected initializer for XDoc inheritors for setting the state of an existing instance.
Parameters
| Name | Type | Description |
| doc | XmlDocument | System.Xml.XmlDocument that this instance wraps. |
| list | XmlNode[] | List of nodes for the current cursor into the System.Xml.XmlDocument. |
| index | int | Index into the list of nodes providing the cursor pointer. |
| root | XmlNode | Root of the XDoc instance. |
| nsManager | XmlNamespaceManager | Namespace manager to use with the instance. |