C# 클래스 ContentFiltering.Office.Word.Cleaners.CorrectAttributesCleaner

Corrects the attributes that miss ' or ".
상속: IHTMLCleaner
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
Clean ( string htmlSource ) : string

Corrects the attributes that miss ' or ".

GetTagsWithAttributes ( String htmlSource ) : List

Gets a list with all the tags that contain attributes.

메소드 상세

Clean() 공개 메소드

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

GetTagsWithAttributes() 공개 메소드

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