|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.apache.xerces.dom.RangeImpl
public class RangeImpl
The RangeImpl class implements the org.w3c.dom.range.Range interface.
Please see the API documentation for the interface classes and use the interfaces in your client programs.
| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.ranges.Range |
|---|
END_TO_END, END_TO_START, START_TO_END, START_TO_START |
| Constructor Summary | |
|---|---|
RangeImpl(DocumentImpl document)
Deprecated. The constructor. |
|
| Method Summary | |
|---|---|
DocumentFragment |
cloneContents()
Deprecated. |
org.w3c.dom.ranges.Range |
cloneRange()
Deprecated. |
void |
collapse(boolean toStart)
Deprecated. |
short |
compareBoundaryPoints(short how,
org.w3c.dom.ranges.Range sourceRange)
Deprecated. |
void |
deleteContents()
Deprecated. |
void |
detach()
Deprecated. |
DocumentFragment |
extractContents()
Deprecated. |
boolean |
getCollapsed()
Deprecated. |
Node |
getCommonAncestorContainer()
Deprecated. |
Node |
getEndContainer()
Deprecated. |
int |
getEndOffset()
Deprecated. |
Node |
getStartContainer()
Deprecated. |
int |
getStartOffset()
Deprecated. |
void |
insertedNodeFromDOM(Node node)
Deprecated. This function is called from the DOM. |
void |
insertNode(Node newNode)
Deprecated. |
void |
selectNode(Node refNode)
Deprecated. |
void |
selectNodeContents(Node refNode)
Deprecated. |
void |
setEnd(Node refNode,
int offset)
Deprecated. |
void |
setEndAfter(Node refNode)
Deprecated. |
void |
setEndBefore(Node refNode)
Deprecated. |
void |
setStart(Node refNode,
int offset)
Deprecated. |
void |
setStartAfter(Node refNode)
Deprecated. |
void |
setStartBefore(Node refNode)
Deprecated. |
void |
surroundContents(Node newParent)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RangeImpl(DocumentImpl document)
| Method Detail |
|---|
public Node getStartContainer()
getStartContainer in interface org.w3c.dom.ranges.Rangepublic int getStartOffset()
getStartOffset in interface org.w3c.dom.ranges.Rangepublic Node getEndContainer()
getEndContainer in interface org.w3c.dom.ranges.Rangepublic int getEndOffset()
getEndOffset in interface org.w3c.dom.ranges.Rangepublic boolean getCollapsed()
getCollapsed in interface org.w3c.dom.ranges.Rangepublic Node getCommonAncestorContainer()
getCommonAncestorContainer in interface org.w3c.dom.ranges.Range
public void setStart(Node refNode,
int offset)
throws org.w3c.dom.ranges.RangeException,
DOMException
setStart in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
DOMException
public void setEnd(Node refNode,
int offset)
throws org.w3c.dom.ranges.RangeException,
DOMException
setEnd in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
DOMException
public void setStartBefore(Node refNode)
throws org.w3c.dom.ranges.RangeException
setStartBefore in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
public void setStartAfter(Node refNode)
throws org.w3c.dom.ranges.RangeException
setStartAfter in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
public void setEndBefore(Node refNode)
throws org.w3c.dom.ranges.RangeException
setEndBefore in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
public void setEndAfter(Node refNode)
throws org.w3c.dom.ranges.RangeException
setEndAfter in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeExceptionpublic void collapse(boolean toStart)
collapse in interface org.w3c.dom.ranges.Range
public void selectNode(Node refNode)
throws org.w3c.dom.ranges.RangeException
selectNode in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
public void selectNodeContents(Node refNode)
throws org.w3c.dom.ranges.RangeException
selectNodeContents in interface org.w3c.dom.ranges.Rangeorg.w3c.dom.ranges.RangeException
public short compareBoundaryPoints(short how,
org.w3c.dom.ranges.Range sourceRange)
throws DOMException
compareBoundaryPoints in interface org.w3c.dom.ranges.RangeDOMException
public void deleteContents()
throws DOMException
deleteContents in interface org.w3c.dom.ranges.RangeDOMException
public DocumentFragment extractContents()
throws DOMException
extractContents in interface org.w3c.dom.ranges.RangeDOMException
public DocumentFragment cloneContents()
throws DOMException
cloneContents in interface org.w3c.dom.ranges.RangeDOMException
public void insertNode(Node newNode)
throws DOMException,
org.w3c.dom.ranges.RangeException
insertNode in interface org.w3c.dom.ranges.RangeDOMException
org.w3c.dom.ranges.RangeException
public void surroundContents(Node newParent)
throws DOMException,
org.w3c.dom.ranges.RangeException
surroundContents in interface org.w3c.dom.ranges.RangeDOMException
org.w3c.dom.ranges.RangeExceptionpublic org.w3c.dom.ranges.Range cloneRange()
cloneRange in interface org.w3c.dom.ranges.Rangepublic String toString()
toString in interface org.w3c.dom.ranges.RangetoString in class Objectpublic void detach()
detach in interface org.w3c.dom.ranges.Rangepublic void insertedNodeFromDOM(Node node)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||