Re: Using nodes passes as arguments to extension functions
03:06 Subject: Using nodes passes as arguments to extension functions AM
Using nodes passes as arguments to extension functions
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