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

Replaces the opening html tag with a given one.
상속: IHTMLCleaner
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

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

Replaces the opening html tag with a given one.

GetXmlNamespaceDefinitions ( String htmlCode ) : String

Gets a string representing the opening html tag with the XML namespace definitions, if any.

XmlNamespaceDefinitionsReplacer ( string newHtmlTag ) : System

Creates a new XmlNamespaceDefinitionsReplacer HTML cleaner (pre-DOM filter).

메소드 상세

Clean() 공개 메소드

Replaces the opening html tag with a given one.
public Clean ( string htmlCode ) : string
htmlCode string The html source.
리턴 string

GetXmlNamespaceDefinitions() 공개 메소드

Gets a string representing the opening html tag with the XML namespace definitions, if any.
public GetXmlNamespaceDefinitions ( String htmlCode ) : String
htmlCode String The html source to be processed
리턴 String

XmlNamespaceDefinitionsReplacer() 공개 메소드

Creates a new XmlNamespaceDefinitionsReplacer HTML cleaner (pre-DOM filter).
public XmlNamespaceDefinitionsReplacer ( string newHtmlTag ) : System
newHtmlTag string Openening html tag that will replace the current one.
리턴 System