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

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

Méthodes publiques

Méthode 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 méthode

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

GetTagsWithAttributes() public méthode

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