[jdom-interest] adding a finalise method to element

Bradley S. Huffman hip at cs.okstate.edu
Wed Aug 27 11:18:33 PDT 2003


Phill_Perryman at Mitel.COM writes:

> Now it's my turn to request a change to JDOM
> 
> I have an application with several classes which extend Element and some of
> these I need to take action on. Currently I have to wait until the document
> is built and then iterate over the elements, find the ones I want and then
> call the method as I cannot find a way to tell an Element is complete.

What about extending SAXHandler and overriding endElement?

Brad



More information about the jdom-interest mailing list