Method | Description | |
---|---|---|
CleanupHtml5 ( string xhtml ) : string | ||
CreateHtm5FromXml ( |
||
CreateHtml5StringFromXml ( |
Create a string that could be the contents of an HTML5 file and which corresponds to the specified DOM (presumed to contain appropriate content). This method has no business in this class except that it is so parallel to CreateHtml5FromXml that I wanted to keep them together.
|
|
GetXmlWriterSettingsForHtml5 ( ) : |
Return the settings that should be used for an XmlWriter to write a DOM as HTML5. (The writer results should then be passed through CleanupHtml5.)
|
public static CleanupHtml5 ( string xhtml ) : string | ||
xhtml | string | |
return | string |
public static CreateHtm5FromXml ( |
||
dom | ||
return | TempFile |
public static CreateHtml5StringFromXml ( |
||
dom | ||
return | string |
public static GetXmlWriterSettingsForHtml5 ( ) : |
||
return |