[jibx-users] Unmarshall with existing object

2004-11-11 Thread Adam Ratcliffe
Hi, Is it possible to use an existing object as the root object for an unmarshalling operation? In my binding file I have a top-level mapping from the document root element to a context object. I'd like to create this object outside of the binding framework and set its propertiesas I

Re: [jibx-users] How to get SVGDOMImplementation?

2004-11-11 Thread Dennis Sosnoski
Tanya Dudka wrote: Thank you for answer my questions. I did as you say : public DOMImplementation impl = SVGDOMImplementation.getDOMImplementation(); public String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI; protected Document m_document; ... m_document =

Re: [jibx-users] Automatic Generation of Binding Definition XML F iles

2004-11-11 Thread Dennis Sosnoski
The XDoclet stuff is something I haven't really pursued, partially because I've gotten to see data binding as an aspect that you apply to your program rather than something that should be integrated into the code. I know people have different approaches on this type of thing, though, and if

Re: [jibx-users] org.jibx.extras.TypedArrayMapper problem....

2004-11-11 Thread Dennis Sosnoski
Hi Jules, TypedArrayMapper isn't supposed to require you to use the name, and if used without a name as in your original binding it should be able to handle things properly. I think it's broken, though, as your experience would indicate. :-( If you look at the code the TypedArrayMapper