C# Class HtmlAgilityPack.Samples.DocumentWithLinks

Represents a document that needs linked files to be rendered, such as images or css files, and points to other HTML documents.
Mostrar archivo Open project: hymerman/ofxtools Class Usage Examples

Public Methods

Method Description
DocumentWithLinks ( HtmlDocument doc ) : System

Creates an instance of a DocumentWithLinkedFiles.

Private Methods

Method Description
GetLinks ( ) : void
GetReferences ( ) : void
ParseLink ( HtmlNode node, string name ) : void

Method Details

DocumentWithLinks() public method

Creates an instance of a DocumentWithLinkedFiles.
public DocumentWithLinks ( HtmlDocument doc ) : System
doc HtmlDocument The input HTML document. May not be null.
return System