boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
174 stars 155 forks source link

New function for XML Documents #721

Open ASoult10 opened 5 months ago

ASoult10 commented 5 months ago

I've made a method to verify if a xml code is a single node or not. I'm a beginner, so I don't know if it will work or not, but I want to try, since we are using this repository for a university project.

The method has been made in XMLUtilities and it would have to be used in parse method in RESTResponse.java, however, I don´t have enough knowledge about API's format, so I don´t want to touch it and it would be better that other developer do that for me