org.exist.dom
Class Match.Offset

java.lang.Object
  extended by org.exist.dom.Match.Offset
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Match

public static final class Match.Offset
extends java.lang.Object
implements java.lang.Comparable


Method Summary
 int compareTo(java.lang.Object other)
           
 int getLength()
           
 int getOffset()
           
 void setOffset(int offset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

getLength

public int getLength()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable


Copyright (C) Wolfgang Meier. All rights reserved.