SAX finding nodes at max depth

bs77

New Member
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!
 
Back
Top