Uses of Class
org.basex.data.FTPos

Packages that use FTPos
org.basex.data Database structures. 
org.basex.io.serial   
 

Uses of FTPos in org.basex.data
 

Methods in org.basex.data that return FTPos
 FTPos FTPos.copy()
          Creates a copy.
 FTPos FTPosData.get(Data d, int p)
          Gets full-text data from the container.
 

Uses of FTPos in org.basex.io.serial
 

Methods in org.basex.io.serial with parameters of type FTPos
protected  void Serializer.finishText(byte[] value, FTPos ftp)
          Serializes a text.
protected  void OutputSerializer.finishText(byte[] b, FTPos ftp)