mrglavas2004/11/04 13:53:30
Modified:java/src/org/apache/xerces/dom RangeImpl.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 perfo
nddelima2004/08/13 14:24:14
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
Fixing a bug in RangeImpl related to the effect of DOM mutations (insertions) on
Ranges.
Revision ChangesPath
1.35 +9 -6 xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.
nddelima2004/08/10 12:35:13
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
cloneContents and extractContents should raise the DOMException
HIERARCHY_REQUEST_ERR when a DocumentType node
is cloned/extracted into the new DocumentFragment instead of the RangeException
I
nddelima2004/08/05 08:56:54
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
compareBoundaryPoints should raise a WRONG_DOCUMENT_ERR if the two Ranges are not in
the same Document or DocumentFragment.
Revision ChangesPath
1.33 +12 -2 xml-xerces/java/s
nddelima2004/08/04 14:24:34
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
Bug fix: The method detach () should raise an INVALID_STATE_ERR: Raised if detach()
has already been invoked on this object.
Revision ChangesPath
1.32 +6 -1 xml-xerces/java/
nddelima2004/08/04 14:09:06
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
DOM Ranges Fix: The start position of a Range is guaranteed to never be after the
end position. To enforce this restriction, if the start is set to be at a position
after the end, the Range is
nddelima2004/08/04 13:24:13
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
DOM Ranges Fix: If one boundary-point of a Range is set to have a root container
other than the current one for the Range, the Range should be collapsed to the new
position.
This enforces the
mrglavas2003/11/02 07:07:58
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
Fixing Bug #22329. Patch submitted by Neil Delima.
This implements DOM L2 Ranges Errata - range-1.
Also fixed up some typos in the Apache license.
Revision ChangesPath
1.28 +5
mrglavas2003/11/02 05:13:27
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
Fixing Bug #21625. Patch submitted by Neil Delima.
In several methods INVALID_STATE_ERR was not being raised
after detach() was invoked on the Range.
Revision ChangesPath
1.27
elena 2003/03/18 09:34:05
Modified:java/src/org/apache/xerces/dom RangeImpl.java
Log:
Fixing range bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17590
Revision ChangesPath
1.25 +3 -6 xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.java
Index:
10 matches
Mail list logo