diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
commit | ef9fec988d3d7ea33836a08128119f99747dc9d5 (patch) | |
tree | 67c134d1bee2c2338e958c766b23805666674d5a /src/xmlpatterns/acceltree | |
parent | 3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (diff) | |
download | Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.zip Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.gz Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.bz2 |
Update old email address.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns/acceltree')
-rw-r--r-- | src/xmlpatterns/acceltree/qacceliterators_p.h | 16 | ||||
-rw-r--r-- | src/xmlpatterns/acceltree/qacceltree_p.h | 4 | ||||
-rw-r--r-- | src/xmlpatterns/acceltree/qacceltreebuilder_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h | 4 | ||||
-rw-r--r-- | src/xmlpatterns/acceltree/qcompressedwhitespace_p.h | 2 |
5 files changed, 14 insertions, 14 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 { diff --git a/src/xmlpatterns/acceltree/qacceltree_p.h b/src/xmlpatterns/acceltree/qacceltree_p.h index 3d9c44c..38f5a8e 100644 --- a/src/xmlpatterns/acceltree/qacceltree_p.h +++ b/src/xmlpatterns/acceltree/qacceltree_p.h @@ -76,7 +76,7 @@ namespace QPatternist * the Accelerator scheme, so do check out the links. We don't implement any form * of staircase join, although that is only due to time constraints. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @see <a href="http://www.pathfinder-xquery.org/?q=research/xpath-accel">XPath * Accelerator</a> * @see <a href="http://www.pathfinder-xquery.org/files/xpath-accel.pdf">Accelerating @@ -115,7 +115,7 @@ namespace QPatternist * BasicNodeData is internal to the Accel tree implementation, and is * only used by those classes. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @todo Can't m_kind be coded somewhere else? If m_name is invalid, * its bits can be used to distinguish the node types that doesn't have * names, and for elements, attributes and processing instructions, we need diff --git a/src/xmlpatterns/acceltree/qacceltreebuilder_p.h b/src/xmlpatterns/acceltree/qacceltreebuilder_p.h index 9389b7e..723cf2d 100644 --- a/src/xmlpatterns/acceltree/qacceltreebuilder_p.h +++ b/src/xmlpatterns/acceltree/qacceltreebuilder_p.h @@ -80,7 +80,7 @@ namespace QPatternist * events from an XML document, otherwise it is assumed the events * are from node constructor expressions. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ template<bool FromDocument> class AccelTreeBuilder : public NodeBuilder diff --git a/src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h b/src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h index efd0a4f..12edea2 100644 --- a/src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h +++ b/src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h @@ -76,7 +76,7 @@ namespace QPatternist * to be used in a blocking manner. * * @see AccelTreeResourceLoader::load() - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class NetworkLoop : public QEventLoop { @@ -109,7 +109,7 @@ namespace QPatternist * @short Handles requests for documents, and instantiates * them as AccelTree instances. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT AccelTreeResourceLoader : public DeviceResourceLoader { diff --git a/src/xmlpatterns/acceltree/qcompressedwhitespace_p.h b/src/xmlpatterns/acceltree/qcompressedwhitespace_p.h index bbc5a66..3c70221 100644 --- a/src/xmlpatterns/acceltree/qcompressedwhitespace_p.h +++ b/src/xmlpatterns/acceltree/qcompressedwhitespace_p.h @@ -82,7 +82,7 @@ namespace QPatternist * * The compression scheme originates from Saxon, by Michael Kay. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class CompressedWhitespace { |