net.sf.vex.dom
Interface Position


public interface Position

Represents a logical location in a document. As the document is modified, existing Position objects are updated to reflect the appropriate character offset in the document.


Method Summary
 int getOffset()
          Returns the character offset corresponding to the position.
 

Method Detail

getOffset

public int getOffset()
Returns the character offset corresponding to the position.