The HtmlParser type exposes the following members.

Constructors

  NameDescription
Public methodHtmlParser
Constructs an XmlParser.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGo(IDocListener, String)
Parses a given file.
(Overrides XmlParser..::..Go(IDocListener, String).)
Public methodGo(IDocListener, XmlDocument)
Parses a given file.
(Overrides XmlParser..::..Go(IDocListener, XmlDocument).)
Public methodGo(IDocListener, XmlTextReader)
Parses a given XmlTextReader.
(Overrides XmlParser..::..Go(IDocListener, XmlTextReader).)
Public methodGo(IDocListener, String, Hashtable)
Parses a given file.
(Overrides XmlParser..::..Go(IDocListener, String, Hashtable).)
Public methodGo(IDocListener, String, String)
Parses a given file.
(Overrides XmlParser..::..Go(IDocListener, String, String).)
Public methodGo(IDocListener, XmlDocument, XmlDocument)
Parses a given file.
(Overrides XmlParser..::..Go(IDocListener, XmlDocument, XmlDocument).)
Public methodGo(IDocListener, XmlTextReader, Hashtable)
Parses a given XmlTextReader.
(Overrides XmlParser..::..Go(IDocListener, XmlTextReader, Hashtable).)
Public methodGo(IDocListener, XmlTextReader, String)
Parses a given XmlTextReader.
(Overrides XmlParser..::..Go(IDocListener, XmlTextReader, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse(IDocListener, String)
Parses a given file.
Public methodStatic memberParse(IDocListener, XmlDocument)
Parses a given file.
Public methodStatic memberParse(IDocListener, XmlTextReader)
Parses a given XmlTextReader.
Public methodStatic memberParse(IDocListener, String, Hashtable)
Parses a given file.
Public methodStatic memberParse(IDocListener, String, String)
Parses a given file.
Public methodStatic memberParse(IDocListener, XmlDocument, XmlDocument)
Parses a given file.
Public methodStatic memberParse(IDocListener, XmlTextReader, Hashtable)
Parses a given XmlTextReader.
Public methodStatic memberParse(IDocListener, XmlTextReader, String)
Parses a given XmlTextReader.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldparser
This is the instance of the parser.
(Inherited from XmlParser.)

See Also