|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Problem parsing XML file with Xerces-J
Hello, The API docs on "Sun Java Streaming XML Parser" page: http://java.sun.com/webservices/docs/1.5/api/javax/xml/stream/XMLStreamReader.html clearly mentions about this method - java.lang.String getAttributeValue(java.lang.String namespaceURI, java.lang.String localName) Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality So namespaceURI is optional, as I wished. Sorry I did'nt check the Sun's site.. But the "JSR 173" pdf downloadable from - http://jcp.org/aboutJava/communityprocess/final/jsr173/index.html mentions just following sentence about this method: String getAttributeValue(String namespaceUri,String localName); There is no clarification in JSR pdf, that namespaceUri argument is optional (I think it is assumed to be understood!). So my question is answered I guess.. Regards, Mukul --- Mukul Gandhi <mukul_gandhi@y...> wrote: > Hello, > I sent this comment to jsr-173-comments@j... > few > days back.. > > "JSR 173 is indeed good. I have *one* suggestion.. > (reference file: jsr173_1.0.pdf) > > I was reading the JSR 173 (Streaming API for > XML).. > In section "5.1.2 Reading Attributes and Namespaces" > various methods for getting attribute information > are > listed. One of the method is String > getAttributeValue(String namespaceUri,String > localName); It seems *we must* supply the namespace > URI to this method to get the attribute value. > > But sometimes the XML document does'nt have > namespaces. So in the above method, the namespaceUri > argument must be optional.. > " > > I have not recieved any response so far (JSR people > are surely busy people!).. Is this a valid point or > I > am wrong? > > Regards, > Mukul > > --- Michael Kay <mike@s...> wrote: > > > Can the new StAX streaming parser provide a > > performance boost to my > > > application! In this case, my application will > > pull events from the > > > XML (in a serial fashion). This will give me > same > > performance as SAX. > > > I cannot use SAX, because there is no way to > push > > events to my > > > application. DOM is surely slow ! I think StAX > is > > still an emerging > > > technology, and the drivers are not as robust as > > today's SAX parsers. > > > > Yes, I have been very disappointed by the > > reliability of the StAX parsers > > from BEA and Sun, and by the fact that they don't > > seem to be moving forward > > aggressively. > > > > Michael Kay > > http://www.saxonica.com/ > > > > > > > > > ----------------------------------------------------------------- > > The xml-dev list is sponsored by XML.org > > <http://www.xml.org>, an > > initiative of OASIS <http://www.oasis-open.org> > > > > The list archives are at > > http://lists.xml.org/archives/xml-dev/ > > > > To subscribe or unsubscribe from this list use the > > subscription > > manager: > > <http://www.oasis-open.org/mlmanage/index.php> > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Personals - Better first dates. More second > dates. > http://personals.yahoo.com > > > ----------------------------------------------------------------- > The xml-dev list is sponsored by XML.org > <http://www.xml.org>, an > initiative of OASIS <http://www.oasis-open.org> > > The list archives are at > http://lists.xml.org/archives/xml-dev/ > > To subscribe or unsubscribe from this list use the > subscription > manager: > <http://www.oasis-open.org/mlmanage/index.php> > > __________________________________ Yahoo! Messenger Show us what our next emoticon should look like. Join the fun. http://www.advision.webevents.yahoo.com/emoticontest
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








