FileParser Class

This is used to parse an HTML file to extract the various parts for conversion to MAML

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public class FileParser
Inheritance
Object    FileParser

Constructors

FileParserInitializes a new instance of the FileParser class

Properties

Body This returns the HTML body parsed from the file
BodyExtractExpression This is used to get or set the body extract regular expression
HelpKeywords This returns the help keywords parsed from the file
IsDefaultTopic This returns the default topic flag if found in the topic
RevisionNumber This returns the revision number parsed from the file
SortOrder This returns the sort order value if found in the topic
SplitToc This returns the split TOC flag if found in the topic
Title This returns the title parsed from the file
TocExclude This returns the TOC exclude flag if found in the topic
TopicAbstract This returns the abstract parsed from the file
TopicId This returns the topic ID parsed from the file

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseFile Parse the specified HTML file
ReadWithEncoding This is used to read in a file using an appropriate encoding method
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also