Document.parseSawComment

If the parser sees a html comment, it will call this callback <!-- comment --> will call parseSawComment(" comment ") Return true if you want the node appended to the document. It will be in a HtmlComment object.

class Document
bool delegate(string) parseSawComment;
Suggestion Box / Bug Report