SAX drivers bug ... or feature !
david at megginson.com
david at megginson.com
Sat Nov 21 19:08:27 GMT 1998
Toivo Lainevool writes:
> If your worried about the performance of the parser, just setting
> the attributeList to null would be faster than doing the
> AttributeListImpl::clear() which would cause a removeAllElement()
> on each of the underlying member vectors. If your cranking away
> with the parser, chances are the low priority gc task wouldn't be
> fired while your doing this, unless you hit your memory limit.
You're confusing AttributeListImpl with AttributeList -- AttributeList
is an interface, not a class. While AttributeListImpl is available
for those who want it (such as a client program that needs to copy a
few attribute lists), most SAX drivers provide a more efficient
implementation, which is often an adapter of the parser's own, native
interface.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list