You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yang Liu <li...@voxa.com> on 2003/06/04 14:14:24 UTC

Definition.setDocumentationElement()

Hello,
I have a question for wsdl4j.
In the Definition interface, there is a method as

setDocumentationElement(Element ele)

My question is: How should I create the element? To create a Element, I 
need a owner document, where can I get the owner document?

Thanks in advance for any help.

yang