what is the purpose of getEventType() method in XMLStreamReader Class
- by KItis
I have sample code written for parsing xml file using javax.xml package. it uses the method called getEventType() , but I can not understand the purpose of this method.
i wrote simple application to understand its usefulness, but it output only some random numbers for which I can not make any sense, could some one help me to get this point…