52 #ifndef Patternist_ToCodepointsIterator_H 53 #define Patternist_ToCodepointsIterator_H virtual Item current() const
Returns the current item in the sequence.
#define QT_END_NAMESPACE
This macro expands to.
Due to strong interdependencies, this file contains the definitions for the classes Item...
The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object...
ToCodepointsIterator(const QString &string)
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
Represents an item in the XPath 2.0 Data Model.
virtual xsInteger count()
Determines the number of items this QAbstractXmlForwardIterator represents.
Represents a stream of Unicode codepoints, which are computed from a string.
virtual Item next()
Returns the next item in the sequence, or a null object if the end has been reached.
virtual Item::Iterator::Ptr copy() const
Copies this QAbstractXmlForwardIterator and returns the copy.
virtual xsInteger position() const
Returns the current position in the sequence represented by this.