HtmlNodeNavigator Constructor |
Name | Description | |
---|---|---|
HtmlNodeNavigator(Stream) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
| |
HtmlNodeNavigator(TextReader) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a TextReader.
| |
HtmlNodeNavigator(String) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
| |
HtmlNodeNavigator(Stream, Boolean) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
| |
HtmlNodeNavigator(Stream, Encoding) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
| |
HtmlNodeNavigator(String, Boolean) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
| |
HtmlNodeNavigator(String, Encoding) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
| |
HtmlNodeNavigator(Stream, Encoding, Boolean) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
| |
HtmlNodeNavigator(String, Encoding, Boolean) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
| |
HtmlNodeNavigator(Stream, Encoding, Boolean, Int32) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
| |
HtmlNodeNavigator(String, Encoding, Boolean, Int32) |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
|