James Newell wrote:
I cant find much documentation or example code but could
nsIXPCSecurityManager.CanAccess enable access to unprivileged scripts
for only the XMLDocument object I create?

No.

What you _could_ do, I suppose, is instead of returning an XMLDocument object return a wrapper object you implement that forwards certain method calls to the XMLDocument. I'm not sure what you're trying to do with the XMLDocument, so I'm not sure how viable this is for you.

-Boris
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to