Method | Description | |
---|---|---|
HtmlToXhtml ( String htmlSource ) : String |
Cleans a given html code.
|
|
IndentContent ( String htmlSource ) : String |
Indents the given html source.
|
|
RemoveSpecificTagContent ( String content, String tagBegining, String tagEnding ) : String |
Removes a char sequence that starts and ends with the given valaues.
|
|
ReplaceBody ( String initialContent, String newBodyTag ) : String |
Replaces the body tag with a new given one.
|
|
WordHtmlToXhtml ( String htmlSource ) : String |
Cleans a Word html source.
|
public HtmlToXhtml ( String htmlSource ) : String | ||
htmlSource | String | The html code. |
return | String |
public IndentContent ( String htmlSource ) : String | ||
htmlSource | String | The html source. |
return | String |
public RemoveSpecificTagContent ( String content, String tagBegining, String tagEnding ) : String | ||
content | String | The initial content. |
tagBegining | String | The begining of the char sequence. |
tagEnding | String | The end of the char sequence. |
return | String |
public ReplaceBody ( String initialContent, String newBodyTag ) : String | ||
initialContent | String | The initial html code. |
newBodyTag | String | The new body tag. |
return | String |
public WordHtmlToXhtml ( String htmlSource ) : String | ||
htmlSource | String | The initila html source. |
return | String |