![]() | XDocument |
The XDocumentWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Dispose |
![]() ![]() | Document(IXMLWrapper) | Gets the XDocument wrapper which contains the specified object. If the object has not been inserted into a document, no document is returned. |
![]() ![]() | Document(XNode) | Gets the XDocument wrapper which contains the specified XML node. If the node is not contained in an XML document, no document is returned. |
![]() | SaveToFile | Saves the document to the specified file path. |
![]() | SaveToStream | Saves the document to the specified file path. |
![]() | Unload | Unloads this document instance. |
![]() | XName | Gets the correct XName for the provided element name (Tag name).The XName contains a namespace, if the assigned schema requires a namespace. If no namespace is defined for the assigned schema, no namespace is added to the XName. The XName has to be used for all Xml.Linq queries, used to access objects with the element name. |