org.exist.dom
Class Match.Offset

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

public static final class Match.Offset
extends Object
implements Comparable


Constructor Summary
Match.Offset(int offset, int length)
           
 
Method Summary
 int compareTo(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
 

Constructor Detail

Match.Offset

public Match.Offset(int offset,
                    int length)
Method Detail

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

getLength

public int getLength()

compareTo

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


Copyright (C) Wolfgang Meier. All rights reserved.