Hello.  I've inherited some code which does an SAX
parse.  In startElement(String, String, String,
Attributes attrs) there is the following call:

attrs.getRawName(4);

I can't find this method anywhere in the Attributes
interface.  Trying to figure out how this code
compiles (which it does) is driving my batty!  The
only set of org.xml.sax classes on the classpath are
in xerces.jar (version 1.2.1) and I can't find any
mention of getRawName( ) in the accompanying
documetation for the Attributes interface.  Does
anyone know anything about this method and how it
differs from getQName( )?

-Jason

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to