WebSiteDocument Class |
Namespace: imbNLP.Toolkit.Documents
public class WebSiteDocument
The WebSiteDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| WebSiteDocument |
Initializes a new instance of the WebSiteDocument class.
| |
| WebSiteDocument(String, Boolean, String) |
Initializes a new instance of the WebSiteDocument class.
|
| Name | Description | |
|---|---|---|
| HTMLSource |
Original HTML source code
| |
| HTTPHeader |
HTTP Header of the document
| |
| path |
URL path, relative to domain name
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Loads the specified full path.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Set |
Sets the specified headers.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| triedToLoad |