@@ -210,14 +210,6 @@ public void collapse(final boolean toStart) {
210210 }
211211 }
212212
213- // /**
214- // * {@inheritDoc}
215- // */
216- // @Override
217- // public short compareBoundaryPoints(final short how, final Range sourceRange) throws DOMException {
218- // throw new RuntimeException("Not implemented!");
219- // }
220-
221213 /**
222214 * Removes the contents of this range from the containing document or
223215 * document fragment without returning a reference to the removed
@@ -281,14 +273,6 @@ else if (endContainer_.getChildNodes().getLength() > endOffset_) {
281273 }
282274 }
283275
284- // /**
285- // * {@inheritDoc}
286- // */
287- // @Override
288- // public void detach() throws DOMException {
289- // throw new RuntimeException("Not implemented!");
290- // }
291-
292276 /**
293277 * Moves the contents of a Range from the containing document or document
294278 * fragment to a new DocumentFragment.
@@ -438,22 +422,6 @@ public void setEnd(final DomNode refNode, final int offset) {
438422 endContainer_ = refNode ;
439423 endOffset_ = offset ;
440424 }
441- //
442- // /**
443- // * {@inheritDoc}
444- // */
445- // @Override
446- // public void setEndAfter(final Node refNode) throws RangeException, DOMException {
447- // throw new RuntimeException("Not implemented!");
448- // }
449- //
450- // /**
451- // * {@inheritDoc}
452- // */
453- // @Override
454- // public void setEndBefore(final Node refNode) throws RangeException, DOMException {
455- // throw new RuntimeException("Not implemented!");
456- // }
457425
458426 /**
459427 * Sets the attributes describing the start.
@@ -465,22 +433,6 @@ public void setStart(final DomNode refNode, final int offset) {
465433 startOffset_ = offset ;
466434 }
467435
468- // /**
469- // * {@inheritDoc}
470- // */
471- // @Override
472- // public void setStartAfter(final Node refNode) throws RangeException, DOMException {
473- // throw new RuntimeException("Not implemented!");
474- // }
475- //
476- // /**
477- // * {@inheritDoc}
478- // */
479- // @Override
480- // public void setStartBefore(final Node refNode) throws RangeException, DOMException {
481- // throw new RuntimeException("Not implemented!");
482- // }
483-
484436 /**
485437 * Reparents the contents of the Range to the given node and inserts the
486438 * node at the position of the start of the Range.
0 commit comments