diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/Range.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/Range.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/Range.java b/kdejava/koala/org/kde/koala/Range.java index f9add647..eb316c0a 100644 --- a/kdejava/koala/org/kde/koala/Range.java +++ b/kdejava/koala/org/kde/koala/Range.java @@ -155,7 +155,7 @@ public class Range implements QtSupport { /** Moves the contents of a range from the containing document or document fragment to a new DocumentFragment. - HIERARCHY_REQUEST_ERR: Raised if a DocumentType node would be + HIERARCHY_RETQUEST_ERR: Raised if a DocumentType node would be extracted into the new DocumentFragment. @return A DocumentFragment containing the extracted contents. @@ -177,7 +177,7 @@ public class Range implements QtSupport { WRONG_DOCUMENT_ERR: Raised if <code>newNode</code> and the container of the start of the Range were not created from the same document. - HIERARCHY_REQUEST_ERR: Raised if the container of the start of + HIERARCHY_RETQUEST_ERR: Raised if the container of the start of the Range is of a type that does not allow children of the type of <code>newNode</code> or if <code>newNode</code> is an ancestor of the container . @@ -191,7 +191,7 @@ public class Range implements QtSupport { WRONG_DOCUMENT_ERR: Raised if <code>newParent</code> and the container of the start of the Range were not created from the same document. - HIERARCHY_REQUEST_ERR: Raised if the container of the start of + HIERARCHY_RETQUEST_ERR: Raised if the container of the start of the Range is of a type that does not allow children of the type of <code>newParent</code> or if <code>newParent</code> is an ancestor of the container or if <code>node</code> would @@ -225,11 +225,11 @@ public class Range implements QtSupport { public native DocumentFragment createContextualFragment(String html); /** Called to indicate that the range is no longer in use and that - the implementation may relinquish any resources associated with + the implementation may relintquish any resources associated with this range. Subsequent calls to any methods or attribute getters on this range will result in a DOMException being thrown with an error code of INVALID_STATE_ERR. - @short Called to indicate that the range is no longer in use and that the implementation may relinquish any resources associated with this range. + @short Called to indicate that the range is no longer in use and that the implementation may relintquish any resources associated with this range. */ public native void detach(); /** |