How can i display node names with the maximum depth in the tree with SAX. The algorithm would be fine for me to understand the concept..
For example what should i do with startelement, endelement, startdocument, enddocument methods and what variables do i need to perform the task?
Thank you!