Re: Using nodes passes as arguments to extension functions

2002-12-06 Thread mkwan
03:06 Subject: Using nodes passes as arguments to extension functions AM

Using nodes passes as arguments to extension functions

2002-12-06 Thread Uros . Jurglic
I'm having some troubles using nodes, that are passes to my extension function. My methods signature looks like this: public static int method( NodeList nodes, String name ) The problem is that when I call getChildNodes() on the node in the passes nodelist, the following exception occurs: org.apa