Re: A small issue about the behavior of the returned XMLStreamReader

2006-03-23 Thread Ajith Ranabahu
Hi guys, Thanks for the quick response :). I can write up a small test case but I'm not really sure whether the issue is worth putting a Jira on. Reading the response from Tatu, what I felt was that this is a issue we should be handling in our application rather than have XMLBeans deal with it. I'l

RE: A small issue about the behavior of the returned XMLStreamReader

2006-03-22 Thread Tatu Saloranta
> > Hi all, > > A quick clarification about the behavior of the > XMLStreamReader > > returned from a XMLBeans object. > > If there are any qualified attributes the reader > correctly returns the > > namespace URI and the prefix for that attribute > through the > > getAttributePrefix(int) and > get

RE: A small issue about the behavior of the returned XMLStreamReader

2006-03-22 Thread Cezar Andrei
gt; Subject: A small issue about the behavior of the returned XMLStreamReader > > Hi all, > A quick clarification about the behavior of the XMLStreamReader > returned from a XMLBeans object. > If there are any qualified attributes the reader correctly returns the > namespace URI and

A small issue about the behavior of the returned XMLStreamReader

2006-03-21 Thread Ajith Ranabahu
Hi all, A quick clarification about the behavior of the XMLStreamReader returned from a XMLBeans object. If there are any qualified attributes the reader correctly returns the namespace URI and the prefix for that attribute through the getAttributePrefix(int) and getAttributeNamespace(int) methods.