mrglavas2004/04/07 08:42:05
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
Fixing a bug.
Back out preformance improvement made in Xerces 2.6.2 to
prevent the iterative search over an attribute list for
namespace attributes when no namespaces have
mrglavas2004/03/03 13:24:15
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
In anticipation of SAX2 extensions 1.1, implement the
isDeclared and isSpecified methods of Attributes2
on AttributesProxy.
Revision ChangesPath
1.51 +55 -1
mrglavas2004/02/03 15:18:53
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
Fixing 2 bugs and improving performance.
Bug #1: With namespace support turned off the parser
emitted prefix mappings for the XML namespace
http://www.w3.org/XML/1998/namespa
neilg 2003/02/10 14:21:34
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
SAX 2.0 conformance bug. When a null DTDHandler, ContentHandler, ErrorHandler or
EntityResolver is registered with the XMLReader, SAX 2.0 clearly requires an NPE to be
thrown. Whil
neilg 2003/01/21 15:43:36
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
The SAX DeclHandler#attrDecl method requires no callback to be made
for the second and subsequent declarations of attributes. This patch
fixes the parser so that it correctly impl
neilg 2003/01/07 14:23:48
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
DOMParser.java DOMBuilderImpl.java XMLParser.java
Log:
Fix a JAXP TCK failure. Now, whenever an EntityResolver
needs to be set on one of our parsers, the correspo
elena 2002/12/19 11:17:37
Modified:java/src/org/apache/xerces/parsers AbstractSAXParser.java
Log:
SAX reports empty string for a null URI.
Revision ChangesPath
1.36 +4 -2
xml-xerces/java/src/org/apache/xerces/parsers/AbstractSAXParser.java
Index: Abstrac