Version

HtmlReader Class Members

The following tables list the members exposed by HtmlReader.

Public Constructors
 NameDescription
Public ConstructorHtmlReader Constructor  
Public Properties
 NameDescription
Public PropertyLogActivity log - contains INFO, WARNING and ERROR messages  
Public PropertyRawHTMLThe raw HTML provided when constructing the current instance of HTMLReader  
Public Methods
 NameDescription
Public MethodCloseCloses the System.IO.StringReader. (Inherited from System.IO.StringReader)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the System.IO.StringReader and optionally releases the managed resources. (Inherited from System.IO.StringReader)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodPeekReturns the next available character but does not consume it. (Inherited from System.IO.StringReader)
Public MethodReadOverloaded. Overridden. Overrides the base Read() method which reads the next character from the input string  
Public MethodReadAsyncReads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.StringReader)
Public MethodReadBlockReads a specified maximum number of characters from the current text reader and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.TextReader)
Public MethodReadBlockAsyncReads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.StringReader)
Public MethodReadLineReads a line of characters from the current string and returns the data as a string. (Inherited from System.IO.StringReader)
Public MethodReadLineAsyncReads a line of characters asynchronously from the current string and returns the data as a string. (Inherited from System.IO.StringReader)
Public MethodReadToEndReads all characters from the current position to the end of the string and returns them as a single string. (Inherited from System.IO.StringReader)
Public MethodReadToEndAsyncReads all characters from the current position to the end of the string asynchronously and returns them as a single string. (Inherited from System.IO.StringReader)
Public MethodToXHTMLReturn string contents as properly formatted XHTML  
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
See Also