Page 1 of 1

3.0 TraversalUtil / CallbackImpl

PostPosted: Thu Nov 28, 2013 10:34 pm
by vollewijn
Hello, i'am using docx4j extensively and i like it. Of course i use TraversalUtil a lot. I think that CallbackImpl class walkJAXBElements(..) method is now really broken in docx4j 3.0 . I don't think that the else should be there.!!!

Re: 3.0 TraversalUtil / CallbackImpl

PostPosted: Mon Dec 02, 2013 8:58 pm
by jason
I use it a lot as well, and it works for me :-)

Is there a case where the "else" is setting the parent to the wrong value for you? Or are you encountering some other issue?

Re: 3.0 TraversalUtil / CallbackImpl

PostPosted: Thu Dec 19, 2013 11:14 pm
by vollewijn
Hello Jason, sorry for previous message. TraversalUtil is ofcourse not broken. I'am also using it a lot and i love it :-). Yes, i'am using CTSmartTagRun. Because of the else it becomes a child of a P(aragraph). So the else doesn't bring me anything. I'am now using my own Callback implementation without that else.