net.sf.saxon.value
public final class StringValue.CharacterIterator extends Object implements UnfailingIterator
Field Summary | |
---|---|
int | current |
int | inpos |
int | outpos |
Constructor Summary | |
---|---|
CharacterIterator()
Create an iterator over a string |
Method Summary | |
---|---|
void | close() |
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 CharacterIterator and CharacterIterator. It is always acceptable to return the value zero, indicating that there are no known special properties.