HTML to MAML Converter
FileParser Class |
This is used to parse an HTML file to extract the various parts for conversion to MAML
Inheritance Hierarchy
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
The FileParser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileParser | Initializes a new instance of the FileParser class |
Properties
Name | Description | |
---|---|---|
Body |
This returns the HTML body parsed from the file
| |
BodyExtractExpression |
This is used to get or set the body extract regular expression
| |
HelpAttributes |
This returns the help attributes parsed from the file
| |
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
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates 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
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also