Acrux Html Parser Documentation
SaveXml Method (fileName)
NamespacesAcrux.HtmlHtmlDocumentSaveXml(String)
Saved the HTML document as XML file.
Declaration Syntax
C#Visual BasicVisual C++
public void SaveXml(
	string fileName
)
Public Sub SaveXml ( _
	fileName As String _
)
public:
void SaveXml(
	String^ fileName
)
Parameters
fileName (String)
The location of the file where you want to save the document.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe fileName is null.
InvalidOperationExceptionThe HTML document hasn't been loaded yet.

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)