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

2004-11-04 Thread mrglavas
mrglavas2004/11/04 12:24:28 Modified:java/src/org/apache/xerces/dom AttrNSImpl.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 perf

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

2004-02-04 Thread mrglavas
mrglavas2004/02/04 10:28:53 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java Log: Some clean up: - Access static method isXMLName in a static way. - Removing unused import. Revision ChangesPath 1.42 +3 -4 xml-xerces/java/src/org/apache/xerces/dom/A

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

2004-01-29 Thread elena
elena 2004/01/29 12:57:40 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java Log: According to the DOM Spec Attr.setValue(..) method is not supposed to raise any NamespaceErr exceptions. The Element.setAttributeNS method clearly states the cases in which namespace exc

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

2003-11-18 Thread elena
elena 2003/11/18 15:24:58 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java Log: Fixing dtdjar target -- should only rely on the xerces.xs interfaces not actual implementation. Revision ChangesPath 1.40 +6 -8 xml-xerces/java/src/org/apache/xerces/dom/At

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

2003-11-14 Thread venu
venu2003/11/14 07:41:12 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java Log: Allow to undeclare a prefix as per xml1.1 spec was error in xml1.0. Revision ChangesPath 1.39 +22 -1 xml-xerces/java/src/org/apache/xerces/dom/AttrNSImpl.java Index: Att

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

2003-01-22 Thread elena
elena 2003/01/22 07:00:53 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java ElementNSImpl.java Log: Additional fixes related the bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16235 Revision ChangesPath 1.35 +2 -2 xml-xer

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttrNSImpl.java CoreDocumentImpl.java ElementNSImpl.java

2003-01-21 Thread elena
elena 2003/01/21 09:54:57 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java CoreDocumentImpl.java ElementNSImpl.java Log: Fixing bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16235 Revision ChangesPath 1.34 +4 -4 xml-xerc

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttrNSImpl.java CoreDOMImplementationImpl.java CoreDocumentImpl.java DOMImplementationImpl.java ElementImpl.java ElementNSImpl.java

2002-11-01 Thread elena
elena 2002/11/01 17:02:24 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java CoreDOMImplementationImpl.java CoreDocumentImpl.java DOMImplementationImpl.java ElementImpl.java ElementNSImpl.java Log: DOM Imp

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

2002-08-16 Thread elena
elena 2002/08/16 12:28:37 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java Log: According to the latest Namespace in XML erratum no other prefix other that "xmlns" can be bound to the xmlns namespace. DOM L3 createAttributeNS() throws an exception in this case. Re

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

2002-08-01 Thread elena
elena 2002/08/01 10:41:34 Modified:java/src/org/apache/xerces/dom AttrNSImpl.java ElementNSImpl.java Log: Allow value for setPrefix to be null or empty string: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8738 Revision ChangesPath 1.29