TopicParseFile Method

Parse the topic and its sub-topic files to extract the information for conversion

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public void ParseFile(
	FileParser fileParser,
	Dictionary<FilePath, ImageReference> imageDictionary
)

Parameters

fileParser  FileParser
The file parser
imageDictionary  DictionaryFilePath, ImageReference
The image dictionary

See Also