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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo