Constructor and Description |
---|
FTIterator() |
Modifier and Type | Method and Description |
---|---|
abstract FTIterator |
init(byte[] text)
Initializes the iterator.
|
abstract byte[] |
nextToken()
Returns the next token.
|
void |
remove() |
public abstract FTIterator init(byte[] text)
text
- textpublic abstract byte[] nextToken()
Iterator.next()
to avoid the creation of new FTSpan
instances.Copyright © 2005–2015 BaseX Team. All rights reserved.