Method | Description | |
---|---|---|
DocumentWithLinks ( HtmlDocument doc ) : System |
Creates an instance of a DocumentWithLinkedFiles.
|
Method | Description | |
---|---|---|
GetLinks ( ) : void | ||
GetReferences ( ) : void | ||
ParseLink ( HtmlNode node, string name ) : void |
public DocumentWithLinks ( HtmlDocument doc ) : System | ||
doc | HtmlDocument | The input HTML document. May not be null. |
return | System |