XML Parsing and NamedNodeMap

2009-08-11 Thread CI-CUBE

Want to process an XML document, everything looks good but I get an
exception when creating a NamedNodeMap, which obviously is just an
Interface. Using the Eclipse Debugger I saw that
com.google.gwt.xml.client.impl.NamedNodeMapImpl cannot be found.

Any hints please? TIA

   Ekki

GWT 1.7, App Engine 1.2.2, Eclipse 3.5, JRE 1.6.0_13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: XML Parsing and NamedNodeMap

2009-08-11 Thread George Georgovassilis

You inherited the right module in your .gwt.xml module?

On Aug 11, 10:15 am, CI-CUBE e...@ci-cube.info wrote:
 Want to process an XML document, everything looks good but I get an
 exception when creating a NamedNodeMap, which obviously is just an
 Interface. Using the Eclipse Debugger I saw that
 com.google.gwt.xml.client.impl.NamedNodeMapImpl cannot be found.

 Any hints please? TIA

    Ekki

 GWT 1.7, App Engine 1.2.2, Eclipse 3.5, JRE 1.6.0_13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: XML Parsing and NamedNodeMap

2009-08-11 Thread CI-CUBE

This is what I included:inherits name=com.google.gwt.xml.XML/


On Aug 11, 10:50 am, George Georgovassilis
g.georgovassi...@gmail.com wrote:
 You inherited the right module in your .gwt.xml module?

 On Aug 11, 10:15 am, CI-CUBE e...@ci-cube.info wrote:

  Want to process an XML document, everything looks good but I get an
  exception when creating a NamedNodeMap, which obviously is just an
  Interface. Using the Eclipse Debugger I saw that
  com.google.gwt.xml.client.impl.NamedNodeMapImpl cannot be found.

  Any hints please? TIA

     Ekki

  GWT 1.7, App Engine 1.2.2, Eclipse 3.5, JRE 1.6.0_13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: XML Parsing and NamedNodeMap

2009-08-11 Thread CI-CUBE

I saw that the implementation of that IF depends on the browser. This
however should be transparent to the GWT programmer I'd say... Any
further hints?

On Aug 11, 11:16 am, CI-CUBE e...@ci-cube.info wrote:
 This is what I included:        inherits name=com.google.gwt.xml.XML/

 On Aug 11, 10:50 am, George Georgovassilis

 g.georgovassi...@gmail.com wrote:
  You inherited the right module in your .gwt.xml module?

  On Aug 11, 10:15 am, CI-CUBE e...@ci-cube.info wrote:

   Want to process an XML document, everything looks good but I get an
   exception when creating a NamedNodeMap, which obviously is just an
   Interface. Using the Eclipse Debugger I saw that
   com.google.gwt.xml.client.impl.NamedNodeMapImpl cannot be found.

   Any hints please? TIA

      Ekki

   GWT 1.7, App Engine 1.2.2, Eclipse 3.5, JRE 1.6.0_13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: XML Parsing and NamedNodeMap

2009-08-11 Thread CI-CUBE

has nothing to do with that IF! The problem is I've an XML with N
nodes but my Node list contains 2*N+1 nodes. Every 2nd node is a wrong
one - for whatever reason. Have to check this. The XML is valid
'though. If I skip those wrong ones it does what it should...

   Ekki

On Aug 11, 11:32 am, CI-CUBE e...@ci-cube.info wrote:
 I saw that the implementation of that IF depends on the browser. This
 however should be transparent to the GWT programmer I'd say... Any
 further hints?

 On Aug 11, 11:16 am, CI-CUBE e...@ci-cube.info wrote:

  This is what I included:        inherits name=com.google.gwt.xml.XML/

  On Aug 11, 10:50 am, George Georgovassilis

  g.georgovassi...@gmail.com wrote:
   You inherited the right module in your .gwt.xml module?

   On Aug 11, 10:15 am, CI-CUBE e...@ci-cube.info wrote:

Want to process an XML document, everything looks good but I get an
exception when creating a NamedNodeMap, which obviously is just an
Interface. Using the Eclipse Debugger I saw that
com.google.gwt.xml.client.impl.NamedNodeMapImpl cannot be found.

Any hints please? TIA

   Ekki

GWT 1.7, App Engine 1.2.2, Eclipse 3.5, JRE 1.6.0_13
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---