diff options
Diffstat (limited to 'src/xmlpatterns/acceltree/qacceliterators_p.h')
-rw-r--r-- | src/xmlpatterns/acceltree/qacceliterators_p.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/xmlpatterns/acceltree/qacceliterators_p.h b/src/xmlpatterns/acceltree/qacceliterators_p.h index 16accdb..02d7445 100644 --- a/src/xmlpatterns/acceltree/qacceliterators_p.h +++ b/src/xmlpatterns/acceltree/qacceliterators_p.h @@ -65,7 +65,7 @@ namespace QPatternist * @short Abstract base class for Iterators for the AccelTree, that * contains common functions and members. * - * @author Frans Englich<fenglich@trolltech.com> + * @author Frans Englich<frans.englich@nokia.com> */ class AccelIterator : public QXmlNodeModelIndex::Iterator { @@ -110,7 +110,7 @@ namespace QPatternist /** * @short Iterates along the @c ancestor or @c ancestor-or-self axis in an AccelTree. * - * @author Frans Englich<fenglich@trolltech.com> + * @author Frans Englich<frans.englich@nokia.com> */ template<const bool IncludeSelf> class AncestorIterator : public AccelIterator @@ -151,7 +151,7 @@ namespace QPatternist /** * @short Iterates along the @c child axis in an AccelTree. * - * @author Frans Englich<fenglich@trolltech.com> + * @author Frans Englich<frans.englich@nokia.com> */ class ChildIterator : public AccelIterator { @@ -190,7 +190,7 @@ namespace QPatternist /** * @short Iterates along the sibling axes in an AccelTree. * - * @author Frans Englich<fenglich@trolltech.com> + * @author Frans Englich<frans.englich@nokia.com> */ template<const bool IsFollowing> class SiblingIterator : public AccelIterator @@ -262,7 +262,7 @@ namespace QPatternist * @short Implements axis @c descendant and @c descendant-or-self for the * AccelTree. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ template<const bool IncludeSelf> class DescendantIterator : public AccelIterator @@ -342,7 +342,7 @@ namespace QPatternist /** * @short Implements axis @c following for the AccelTree. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class FollowingIterator : public AccelIterator { @@ -362,7 +362,7 @@ namespace QPatternist /** * @short Implements axis @c preceding for the AccelTree. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class PrecedingIterator : public AccelIterator { @@ -387,7 +387,7 @@ namespace QPatternist /** * @short Implements axis @c attribute for the AccelTree. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class AttributeIterator : public AccelIterator { |