mrglavas2004/01/27 09:19:14
Modified:java/src/org/apache/xerces/util ObjectFactory.java
Log:
Reducing creation of short lived objects. The debug print
method calls were creating instances of StringBuffer
and String which are never read.
Revision ChangesPath
1.14
neilg 2003/02/19 07:04:05
Modified:java/src/org/apache/xerces/util ObjectFactory.java
SecuritySupport.java SecuritySupport12.java
Log:
additional fix for bug 16674; thanks again to Igor Malinin
Revision ChangesPath
1.13 +48 -17xml-xerces
neilg 2003/02/17 13:43:22
Modified:java/src/org/apache/xerces/util ObjectFactory.java
SecuritySupport.java SecuritySupport12.java
Log:
fix for bug 16674; thanks to Igor Malinin
Revision ChangesPath
1.12 +30 -20xml-xerces/java/src/org/apa
neilg 2003/02/04 09:00:51
Modified:java/src/org/apache/xerces/util ObjectFactory.java
Log:
fix security exceptions that result when the parser is run in an applet environment
Revision ChangesPath
1.11 +42 -33xml-xerces/java/src/org/apache/xerces/util/ObjectFact
neilg 2003/01/24 09:20:12
Modified:java/src/org/apache/xerces/util ObjectFactory.java
SecuritySupport.java SecuritySupport12.java
Log:
make ObjectFactory cachec xerces.properties, refreshing it when necessary, in like
manner to the FactoryFinder implementat
neilg 2003/01/06 08:37:59
Modified:java/src/org/apache/xerces/util ObjectFactory.java
Log:
Close the file input stream we opened when reading the xerces.properties file.
Revision ChangesPath
1.9 +2 -1 xml-xerces/java/src/org/apache/xerces/util/ObjectFactory.j
neilg 2002/10/09 10:39:36
Modified:java/src/org/apache/xerces/util ObjectFactory.java
Log:
as described in a post to xerces-j-dev, this change introduces a JAXP-like default
for Xerces to examine for a properties file ($java.home/lib/xerces.properties, to be
precise). It also n
neilg 2002/09/10 06:42:07
Modified:java/src/org/apache/xerces/util ObjectFactory.java
Log:
refactored Object instantiation code lsightly so that this class can now be used in
the DOM implementation.
Revision ChangesPath
1.7 +38 -28xml-xerces/java/src/org/apa