C# Class ContentFiltering.Office.Word.Cleaners.CorrectAttributesCleaner

Corrects the attributes that miss ' or ".
Inheritance: IHTMLCleaner
Exibir arquivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Corrects the attributes that miss ' or ".

GetTagsWithAttributes ( String htmlSource ) : List

Gets a list with all the tags that contain attributes.

Method Details

Clean() public method

Corrects the attributes that miss ' or ".
public Clean ( string htmlSource ) : string
htmlSource string The original html source code.
return string

GetTagsWithAttributes() public method

Gets a list with all the tags that contain attributes.
public GetTagsWithAttributes ( String htmlSource ) : List
htmlSource String The html source.
return List