Using SAX parsing method is there any way by which we can get all the children of a particular node. For example, if i am having a xml like this
Using DOM parsing i can get all the child elements of with getChildNodes(). But since SAX parsing is serial, i am not very sure how can i get the children of a particular element. Thanks in advance