Class HTMLToDLS
Class converting HTML to DLS XML.
Inheritance
System.Object
HTMLToDLS
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.HTMLToDLS
Assembly: Syncfusion.HTMLToDLS.Base.dll
Syntax
public class HTMLToDLS
Constructors
HTMLToDLS()
Creates new object.
Declaration
public HTMLToDLS()
Methods
Convert(IDocument, String)
Converts html data to DLS document.
Declaration
public void Convert(IDocument document, string html)
Parameters
Type | Name | Description |
---|---|---|
IDocument | document | Document which has to contain XML data. |
System.String | html | HTML data. |
Convert(IDocument, Uri)
Converts html data to DLS document.
Declaration
public void Convert(IDocument document, Uri uri)
Parameters
Type | Name | Description |
---|---|---|
IDocument | document | Document which has to contain XML data. |
System.Uri | uri | Uri of the html data. |
Convert(String)
Converts html data to DLS document.
Declaration
public IDocument Convert(string html)
Parameters
Type | Name | Description |
---|---|---|
System.String | html | HTML data. |
Returns
Type | Description |
---|---|
IDocument | DLS Document type object. |
Convert(Uri)
Converts html data to DLS document
Declaration
public IDocument Convert(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | Uri of the html data. |
Returns
Type | Description |
---|---|
IDocument | DLS Document type object. |