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