public XDoc(string tag);
| Name | Type | Description |
|---|---|---|
| tag | string | Root tag of the new XML document. Cannot be null. |
public XDoc(string tag, string ns);
| Name | Type | Description |
|---|---|---|
| tag | string | Root tag of the new XML document. Cannot be null. |
| ns | string | Tag xml namespace. |
public XDoc(string prefix, string tag, string ns);
| Name | Type | Description |
|---|---|---|
| prefix | string | Prefix for the root tag of the new XML document. |
| tag | string | Root tag of the new XML document. Cannot be null. |
| ns | string | Tag xml namespace. |
public XDoc(XmlDocument doc);
| Name | Type | Description |
|---|---|---|
| doc | XmlDocument | XmlDocument instance with a root element. Cannot be null. |
public XDoc(XDoc doc);
| Name | Type | Description |
|---|---|---|
| doc | XDoc | Non-empty XDoc instance. Cannot be null. |
protected XDoc(XmlDocument doc, XmlNode[] list, int index, XmlNode root, XmlNamespaceManager nsManager);
| 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. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by