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
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
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
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
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