|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.EndPoint
This class represents the endpoint() XPointer function.
Constructor Summary | |
EndPoint()
Creates new EndPoint |
Method Summary | |
org.w3c.dom.ranges.Range |
getEndPoint(Location location)
Creates the end-point of the given generic location. |
org.w3c.dom.ranges.Range |
getEndPoint(org.w3c.dom.Node node)
Creates the end-point of the given node. |
org.w3c.dom.ranges.Range |
getEndPoint(org.w3c.dom.ranges.Range range)
Creates the end-point of the given range. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndPoint()
Method Detail |
public org.w3c.dom.ranges.Range getEndPoint(Location location) throws javax.xml.transform.TransformerException
location
- a generic locationpublic org.w3c.dom.ranges.Range getEndPoint(org.w3c.dom.ranges.Range range)
range
- a rangepublic org.w3c.dom.ranges.Range getEndPoint(org.w3c.dom.Node node) throws javax.xml.transform.TransformerException
node
- a node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |