Click or drag to resize

HtmlNodeNavigator Constructor

Overload List
  NameDescription
Public methodHtmlNodeNavigator(Stream)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Public methodHtmlNodeNavigator(TextReader)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a TextReader.
Public methodHtmlNodeNavigator(String)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Public methodHtmlNodeNavigator(Stream, Boolean)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Public methodHtmlNodeNavigator(Stream, Encoding)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Public methodHtmlNodeNavigator(String, Boolean)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Public methodHtmlNodeNavigator(String, Encoding)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Public methodHtmlNodeNavigator(Stream, Encoding, Boolean)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Public methodHtmlNodeNavigator(String, Encoding, Boolean)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Public methodHtmlNodeNavigator(Stream, Encoding, Boolean, Int32)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Public methodHtmlNodeNavigator(String, Encoding, Boolean, Int32)
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Top
See Also