PagePorter Class Library

HtmlPageReader Members

HtmlPageReader overview

Public Instance Constructors

HtmlPageReader Constructor Creates an instance of the HtmlPageReader class.

Public Instance Properties

DisplayColumn Gets the current tab-adjusted column offset of the read pointer.
Length Gets the length in bytes of the file.
Line Gets the current line number of the read pointer.
LineCharOffset Gets the current column offset of the read pointer.
Position Gets or sets the position of the read pointer.
TabSize Gets or sets the tab size of the HTML document.

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