Hi,

  I'm currently embedding Gecko and I would like to handle loading from a 
stream and setting the currently shown document as two distinct tasks. This 
would permit me to :
* share a nsIDOMDocument between Gecko widgets
* cache the nsIDOMDocument instead of reparsing it each time
* let the user annotate (underline, for example) the nsIDOMDocument and see 
it in the same state without having to save and reload the changes each time


Do you know whether this is possible ?
The only method I found which could possibly apply to the situation is 
nsIContentViewer::SetDOMDocument - but since it is undocumented, I do not 
know whether this is what I am looking for.

Any idea ?

Thanks in advance,
 YA
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to