net.sf.saxon.value
public final class StringValue.CharacterIterator extends Object implements SequenceIterator
| Field Summary | |
|---|---|
| int | current |
| int | inpos |
| int | outpos |
| Constructor Summary | |
|---|---|
| CharacterIterator()
Create an iterator over a string | |
| Method Summary | |
|---|---|
| Item | current() |
| SequenceIterator | getAnother() |
| int | getProperties()
Get properties of this iterator, as a bit-significant integer.
|
| Item | next() |
| int | position() |
Returns: the properties of this iterator. This will be some combination of properties such as GROUNDED and LAST_POSITION_FINDER. It is always acceptable to return the value zero, indicating that there are no known special properties.