Implement a primitive cache for XMLReaders. Construction of them is pretty expensive...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 24 Aug 2012 02:49:43 +0000 (02:49 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 24 Aug 2012 02:49:43 +0000 (02:49 +0000)
commitadc369bb66cb4c32cd043fc241b62a28f51f836c
tree4a35ca7145e1e53ca80a2b9900f5d674ecd8a4de
parent09ab2c32752c54dcf748121f1f719db6907cd5fb
Implement a primitive cache for XMLReaders.  Construction of them is pretty expensive so we cache at most 10 of them an reuse them.  If more than 10 are needed at any given time, they will be created though not cached.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@998 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/file/simplesax/SimpleSAX.java