|
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
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. |
Range |
cloneRange()
Deprecated. |
void |
collapse(boolean toStart)
Deprecated. |
short |
compareBoundaryPoints(short how,
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 DocumentFragment cloneContents() throws DOMException
cloneContents
in interface Range
DOMException
public Range cloneRange()
cloneRange
in interface Range
public void collapse(boolean toStart)
collapse
in interface Range
public short compareBoundaryPoints(short how, Range sourceRange) throws DOMException
compareBoundaryPoints
in interface Range
DOMException
public void deleteContents() throws DOMException
deleteContents
in interface Range
DOMException
public void detach()
detach
in interface Range
public DocumentFragment extractContents() throws DOMException
extractContents
in interface Range
DOMException
public boolean getCollapsed()
getCollapsed
in interface Range
public Node getCommonAncestorContainer()
getCommonAncestorContainer
in interface Range
public Node getEndContainer()
getEndContainer
in interface Range
public int getEndOffset()
getEndOffset
in interface Range
public Node getStartContainer()
getStartContainer
in interface Range
public int getStartOffset()
getStartOffset
in interface Range
public void insertedNodeFromDOM(Node node)
public void insertNode(Node newNode) throws DOMException, RangeException
insertNode
in interface Range
DOMException
RangeException
public void selectNode(Node refNode) throws RangeException
selectNode
in interface Range
RangeException
public void selectNodeContents(Node refNode) throws RangeException
selectNodeContents
in interface Range
RangeException
public void setEnd(Node refNode, int offset) throws RangeException, DOMException
setEnd
in interface Range
RangeException
DOMException
public void setEndAfter(Node refNode) throws RangeException
setEndAfter
in interface Range
RangeException
public void setEndBefore(Node refNode) throws RangeException
setEndBefore
in interface Range
RangeException
public void setStart(Node refNode, int offset) throws RangeException, DOMException
setStart
in interface Range
RangeException
DOMException
public void setStartAfter(Node refNode) throws RangeException
setStartAfter
in interface Range
RangeException
public void setStartBefore(Node refNode) throws RangeException
setStartBefore
in interface Range
RangeException
public void surroundContents(Node newParent) throws DOMException, RangeException
surroundContents
in interface Range
DOMException
RangeException
public String toString()
toString
in interface Range
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |