The HtmlFilter type exposes the following members.

Constructors

  Name Description
Public method HtmlFilter
Creates a new instance of HtmlFilter.

Methods

  Name Description
Public method Convert(C1HtmlElement, C1TextElement)
Converts a C1TextElement to a C1HtmlNode and adds it to its converted parent.
Public method Convert(C1TextElement, C1HtmlNode)
Converts a C1HtmlNode to a C1TextElement and adds it to its converted parent.
Public method ConvertFromDocument(C1Document)
Creates a string representation of a C1Document.
Public method ConvertFromDocument(C1Document, HtmlEncoding)
Creates a string representation of a C1Document.
Public method ConvertToDocument(String)
Parses a string into a C1Document.
Public method ConvertToDocument(C1HtmlDocument)
Converts a C1HtmlDocument to a C1Document.
Public method ConvertToDocument(String, Uri)
Parses a string into a C1Document.
Public method ConvertToHtmlDocument(String)
Parses a string into a C1HtmlDocument.
Public method ConvertToHtmlDocument(C1Document, HtmlEncoding)
Converts a C1Document to a C1HtmlDocument.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Dispatcher
Gets or sets the Dispatcher used to create DependencyObjects when running in a background thread.

Events

  Name Description
Public event ConvertedHtmlNode
Fires when a C1HtmlNode has been converted to a C1TextElement.
Public event ConvertedTextElement
Fires when a C1TextElement has been converted to a C1HtmlNode.
Public event ConvertedToDocument
Fired when HtmlFilter has finished converting html to document.
Public event ConvertingHtmlNode
Fires when a C1HtmlNode is being converted to a C1TextElement.
Public event ConvertingTextElement
Fires when a C1TextElement is being converted to a C1HtmlNode.

See Also