mrglavas2004/07/08 15:02:58
Modified:java/src/org/apache/xerces/dom ElementImpl.java
ElementNSImpl.java
Log:
Fixing Jira Bug #926:
http://nagoya.apache.org/jira/browse/XERCESJ-926
If an element node specified an xml:base attribute
whose value is a
elena 2004/01/18 09:39:37
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
Fixing bug #21859
Revision ChangesPath
1.64 +16 -3 xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java
Index: ElementImpl.java
elena 2003/11/17 11:48:52
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
remove an extra check for getBaseURI computation
Revision ChangesPath
1.63 +12 -27xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java
Index: ElementImpl.java
=
neeraj 2003/11/06 23:21:42
Modified:java build.xml
java/src/org/apache/xerces/dom ElementImpl.java
ElementNSImpl.java
Log:
Fixing NPE.
Revision ChangesPath
1.143 +2 -2 xml-xerces/java/build.xml
Index: build.xml
=
neeraj 2003/10/29 22:28:54
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
Fixing another bug. The method Node.getBaseURI() returns null in case when
the base URI is defined by the attribute 'xml:base' in a root element.
Absolute base URI is computed according to X
venu2003/09/08 08:32:24
Modified:java/src/org/apache/xerces/dom Tag: jaxp-1_3_0-branch
ElementImpl.java
Log:
Description : Methods setIdAttribute(), setIdAttributeNS() should throw
NOT_FOUND_ERR instead of NullPointerException when attributes are not fou
elena 2002/12/11 06:19:14
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
For existing attribute setAttributeNS changes value and prefix, make sure
that prefix is not null before constructing the qName.
Revision ChangesPath
1.54 +3 -3 xml-xerce
elena 2002/11/08 13:28:14
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
We need to check if attribute map not null (default) before attempting to reconcile
the default attributes.
Revision ChangesPath
1.53 +6 -4 xml-xerces/java/src/org/apache/