PagePorter Class Library

HtmlPageReader Methods

The methods of the HtmlPageReader class are listed below. For a complete list of HtmlPageReader class members, see the HtmlPageReader Members topic.

Public Instance Methods

Close Closes the HTML file.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindTag Returns the next tag from the HTML file whose tag name matches the specified name.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLine Returns the next line of text, including any line termination characters.
GetNextItem Returns the next item from the HTML file.
GetNextTagItem Returns the next item from the HTML file following the specified tag.
GetType (inherited from Object)Gets the Type of the current instance.
OpenOverloaded. Opens an HTML file for reading.
OpenString Uses an HTML string for reading.
ReadToEnd Returns the remainder of the HTML file as a string.
Seek Seeks to a specified position in the file.
SeekToStart Seeks to the beginning of the file.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize Destructor.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace