Hello guys,
I have the following question:
I can handle the text part for a XML tag with DefaultHandler's characters() method by overriding it in a class that extends
I can handle the text part for a XML tag with DefaultHandler's characters() method by overriding it in a class that extends
DefaultHandler successfully.
How would i get the name of the tag and its attributes ? Can it be done using the DefaultHandler or something else?
Let me know please.