Package org.basex.index.query
Class StringToken
java.lang.Object
org.basex.index.query.StringToken
- All Implemented Interfaces:
IndexSearch
This class defines access to index text tokens.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringToken
Constructor.- Parameters:
type- index typevalue- value to be found
-
-
Method Details
-
type
Description copied from interface:IndexSearchReturns the index type.- Specified by:
typein interfaceIndexSearch- Returns:
- type
-
token
public byte[] token()Description copied from interface:IndexSearchReturns the current token.- Specified by:
tokenin interfaceIndexSearch- Returns:
- token
-