Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.gwt.client.util
Class StringRangeXPointer

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.util.StringRangeXPointer
All Implemented Interfaces:
XPointer

public class StringRangeXPointer
extends Object
implements XPointer

Author:
Alexandre Russel

Constructor Summary
StringRangeXPointer(String xpointer)
           
 
Method Summary
 boolean equals(Object obj)
           
 com.google.gwt.dom.client.Node getFirstNode()
           
 int getLength()
           
 String getMethod()
           
 com.google.gwt.dom.client.Document getOwnerDocument()
           
 int getStartOffset()
           
 String getUrl()
           
 String getXPath()
           
 String getXpointerString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringRangeXPointer

public StringRangeXPointer(String xpointer)
Method Detail

getLength

public int getLength()

getMethod

public String getMethod()
Specified by:
getMethod in interface XPointer

getUrl

public String getUrl()
Specified by:
getUrl in interface XPointer

getXPath

public String getXPath()
Specified by:
getXPath in interface XPointer

getFirstNode

public com.google.gwt.dom.client.Node getFirstNode()

getStartOffset

public int getStartOffset()

getOwnerDocument

public com.google.gwt.dom.client.Document getOwnerDocument()

getXpointerString

public String getXpointerString()
Specified by:
getXpointerString in interface XPointer

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.