FileParser Class

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
SystemObject  HtmlToMamlConversionFileParser

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public class FileParser
Public Class FileParser
public ref class FileParser
type FileParser =  class end

The FileParser type exposes the following members.

Constructors
  NameDescription
Public methodFileParser
Initializes a new instance of the FileParser class
Top
Properties
  NameDescription
Public propertyBody
This returns the HTML body parsed from the file
Public propertyStatic memberBodyExtractExpression
This is used to get or set the body extract regular expression
Public propertyHelpAttributes
This returns the help attributes parsed from the file
Public propertyHelpKeywords
This returns the help keywords parsed from the file
Public propertyIsDefaultTopic
This returns the default topic flag if found in the topic
Public propertyRevisionNumber
This returns the revision number parsed from the file
Public propertySortOrder
This returns the sort order value if found in the topic
Public propertySplitToc
This returns the split TOC flag if found in the topic
Public propertyTitle
This returns the title parsed from the file
Public propertyTocExclude
This returns the TOC exclude flag if found in the topic
Public propertyTopicAbstract
This returns the abstract parsed from the file
Public propertyTopicId
This returns the topic ID parsed from the file
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParseFile
Parse the specified HTML file
Public methodStatic memberReadWithEncoding
This is used to read in a file using an appropriate encoding method
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also