AW: What does XmlOptions.UNSYNCHRONIZED mean?

2006-04-28 Thread Christoph Kutzinski
Hi Cezar, thank you for the answer. I have another question: When I create a XmlObject with options and then add a new subelement to it, will the subelement inherit the options? E.g. XmlOptions opt = new XmlOptions(); opt.setUnsynchronized(); MyObjectType obj =

Re: SV: xml-fragment containing well formed XML Documents

2006-04-28 Thread jadiyo
Hi again, What approach would be best to create this particular part of the document. As mentioned before, the element will contain any number of well formed documents. In my case, I have 2 documents to add to the MessageText.These documents are created independently. Any attempt to add the

RE: inheritance: I m I allowed to subClass an XmlMyGeneratedObjectImpl

2006-04-28 Thread Cezar Andrei
Ben, Take a look at extensions, it's probably what you're looking for: http://wiki.apache.org/xmlbeans/ExtensionInterfacesFeature Cezar -Original Message- From: Ben Jelloul Marouane [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 7:32 AM To: xmlbeans user mailing list

RE: SV: xml-fragment containing well formed XML Documents

2006-04-28 Thread Cezar Andrei
This is a case where you have to use the XmlCursor API to copy/move the two documents into the right place. Cezar -Original Message- From: jadiyo [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 3:34 AM To: user@xmlbeans.apache.org Subject: Re: SV: xml-fragment containing well

RE: Replacement for QNameHelper.updateWellKnownPrefixes?

2006-04-28 Thread Cezar Andrei
Did you try XmlOptions setSaveSuggestedPrefixes() ? From: Pantvaidya, Vishwajit [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 1:30 PM To: user@xmlbeans.apache.org Subject: Replacement for QNameHelper.updateWellKnownPrefixes? I have some old code that uses 1.0.2