is there a way to implement the sax parser without passing the names of the elements in the xml as it is done in getChild method or equalsIgnoreCase(tagname)? Or is there a way to find out what are the names of tags in an xml and then pass it to Sax methods.
Asked
Active
Viewed 66 times
1 Answers
0
Look at this link
https://stackoverflow.com/a/4828765/1631457
1) is android sax parser example(don't anger me)
scroll down a little bit and you will see
2) org.xml parser example(i think you want this usage).

Community
- 1
- 1

Barış Çırıka
- 1,570
- 1
- 15
- 24