Attribute parameter scope limited to ContentHandler.startElement 2003-01-26 - By Scott Goldstein
During the startElement() method in a ContentHandler implementation, I store a reference to the Attributes parameter and later attempt to use it in endElement(). What I experience in endElement(), however, is that the variable no longer contains the same data. It now contains data of another element.
The javadocs do not state that the Attributes parameter is scoped to only startElement(). Is this a bug?
Thanks.
Scott
------------------------------------------------------------ "Just a mirror for the sun... My smiling eyes are just a mirror for the sun." ------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|