- From: Cameron McCormack <cam@mcc.id.au>
- Date: Thu, 20 Nov 2008 09:55:34 +1100
- To: public-webapps@w3.org
Kartikaya Gupta: > What namespace does the Selectors-API IDL belong to? This determines > the java package (org.w3c.dom.???) that the NodeSelector interface > will go in, and is needed for java implementations. Even if it's just > the top-level namespace (i.e. the org.w3c.dom package) a note to that > effect would be handy. Yes I think the dom module (and hence the org.w3c.dom Java package) is appropriate. Lachy, the method for mapping IDL modules to Java packages in Web IDL isn’t finalised yet. But the interface can be placed in the dom module for now, at least: module dom { interface NodeSelector { // … }; }; -- Cameron McCormack ≝ http://mcc.id.au/
Received on Wednesday, 19 November 2008 22:56:19 UTC