cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttributeMap.java

2004-11-04 Thread mrglavas
mrglavas2004/11/04 12:33:37 Modified:java/src/org/apache/xerces/dom AttributeMap.java Log: DOM Level 3 specifies an attribute called strictErrorChecking [1] which when set to false allows an implementation to not test every possible error case. Reducing the amount of checking pe

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttributeMap.java

2004-02-16 Thread mrglavas
mrglavas2004/02/16 15:09:35 Modified:java/src/org/apache/xerces/dom AttributeMap.java Log: Aligning serialVersionUID with the hash from Xerces 2.0.0. Revision ChangesPath 1.28 +3 -2 xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java Index: Attribut

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttributeMap.java

2003-07-30 Thread elena
elena 2003/07/30 12:43:22 Modified:java/src/org/apache/xerces/dom AttributeMap.java Log: Add UID (serialver): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17815 Revision ChangesPath 1.26 +4 -2 xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttributeMap.java

2003-01-29 Thread elena
elena 2003/01/29 12:04:17 Modified:java/src/org/apache/xerces/dom AttributeMap.java Log: while adding default attribute from the DTD back (after removal) we must also copy a namespace from the attribute we are trying to remove. Revision ChangesPath 1.24 +19 -14

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttributeMap.java

2002-08-29 Thread sandygao
sandygao2002/08/29 11:34:58 Modified:java/src/org/apache/xerces/dom AttributeMap.java Log: Relacing "Vector#insertElementAt()" with "setElementAt()". The latter is supposed to be a bit more efficient. Revision ChangesPath 1.23 +43 -41xml-xerces/java/src/org/ap