Constructs a XhtmlDocument based on an existing XDocument
Namespace: Composite.Core.XmlAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public XhtmlDocument( XDocument other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As XDocument _ ) |
| Visual C++ |
|---|
public: XhtmlDocument( XDocument^ other ) |
Parameters
- other
- Type: System.Xml.Linq..::..XDocument
Existing XDocument instance the XhtmlDocument should be cloned from