Hello!
Can anybody help me with XMLTools.selectNodes? This method return Object type, but in javadoc writes that this must be a list of nodes.How can I cast to array or convert to some List to iterate elements? I would be glad any sample.
Thanks in advance...
Can anybody help me with XMLTools.selectNodes? This method return Object type, but in javadoc writes that this must be a list of nodes.How can I cast to array or convert to some List to iterate elements? I would be glad any sample.
Thanks in advance...
Comment