Hi Jason,
last Friday I wrote a method which deletes an sdtElement in the first upcoming parent, which implements some kind of getContent method. I've done it using java reflections and looking for a method called "getContent" in the parent. Therefor it was neccessary to extend some classes with a getContent method.
Richard