diff options
Diffstat (limited to 'src/xmlpatterns/environment')
17 files changed, 17 insertions, 17 deletions
diff --git a/src/xmlpatterns/environment/createReportContext.xsl b/src/xmlpatterns/environment/createReportContext.xsl index 7c37138..9ff8f5f 100644 --- a/src/xmlpatterns/environment/createReportContext.xsl +++ b/src/xmlpatterns/environment/createReportContext.xsl @@ -185,7 +185,7 @@ namespace QPatternist * (XPath) 2.0, 2.3.2 Identifying and Reporting Errors</a> * @see <a href="http://www.w3.org/TR/xpath-functions/#func-error">XQuery 1.0 and * XPath 2.0 Functions and Operators, 3 The Error Function</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @warning This file is auto-generated from extractErrorCodes.xsl. Any * modifications done to this file are lost. */ diff --git a/src/xmlpatterns/environment/qcurrentitemcontext_p.h b/src/xmlpatterns/environment/qcurrentitemcontext_p.h index 60ce1e6..6930b52 100644 --- a/src/xmlpatterns/environment/qcurrentitemcontext_p.h +++ b/src/xmlpatterns/environment/qcurrentitemcontext_p.h @@ -71,7 +71,7 @@ namespace QPatternist * and whose size is retrievable via the function <tt>fn:last()</tt>. * * @since 4.5 - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class CurrentItemContext : public DelegatingDynamicContext { diff --git a/src/xmlpatterns/environment/qdelegatingdynamiccontext_p.h b/src/xmlpatterns/environment/qdelegatingdynamiccontext_p.h index 836e501..59a1312 100644 --- a/src/xmlpatterns/environment/qdelegatingdynamiccontext_p.h +++ b/src/xmlpatterns/environment/qdelegatingdynamiccontext_p.h @@ -70,7 +70,7 @@ namespace QPatternist * the DynamicContext interface onto another DynamicContext instance, * allowing the sub-class to only implement what it needs to. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class DelegatingDynamicContext : public DynamicContext { diff --git a/src/xmlpatterns/environment/qdelegatingstaticcontext_p.h b/src/xmlpatterns/environment/qdelegatingstaticcontext_p.h index 419b910..302598c 100644 --- a/src/xmlpatterns/environment/qdelegatingstaticcontext_p.h +++ b/src/xmlpatterns/environment/qdelegatingstaticcontext_p.h @@ -68,7 +68,7 @@ namespace QPatternist * @short Delegates all members to a second instance. Used for * sub-classing. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT DelegatingStaticContext : public StaticContext { diff --git a/src/xmlpatterns/environment/qdynamiccontext_p.h b/src/xmlpatterns/environment/qdynamiccontext_p.h index 1c2c10e..307c3cc 100644 --- a/src/xmlpatterns/environment/qdynamiccontext_p.h +++ b/src/xmlpatterns/environment/qdynamiccontext_p.h @@ -83,7 +83,7 @@ namespace QPatternist * 1.0: An XML Query Language, 2.1.2 Dynamic Context</a> * @see <a href="http://www.w3.org/TR/xquery/#id-dynamic-evaluation">XQuery * 1.0: An XML Query Language, 2.2.3.2 Dynamic Evaluation Phase</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class DynamicContext : public ReportContext { diff --git a/src/xmlpatterns/environment/qfocus_p.h b/src/xmlpatterns/environment/qfocus_p.h index a750699..3784faa 100644 --- a/src/xmlpatterns/environment/qfocus_p.h +++ b/src/xmlpatterns/environment/qfocus_p.h @@ -70,7 +70,7 @@ namespace QPatternist * via the context item expression, <tt>.</tt>(the dot), * and whose size is retrievable via the function <tt>fn:last()</tt>. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Focus : public DelegatingDynamicContext { diff --git a/src/xmlpatterns/environment/qgenericdynamiccontext_p.h b/src/xmlpatterns/environment/qgenericdynamiccontext_p.h index fc4fef1..37f6f4b 100644 --- a/src/xmlpatterns/environment/qgenericdynamiccontext_p.h +++ b/src/xmlpatterns/environment/qgenericdynamiccontext_p.h @@ -72,7 +72,7 @@ namespace QPatternist * a run and is always used. In addition, more contexts, such as * a Focus can be created. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class GenericDynamicContext : public StackContextBase<DynamicContext> { diff --git a/src/xmlpatterns/environment/qgenericstaticcontext_p.h b/src/xmlpatterns/environment/qgenericstaticcontext_p.h index e46501a..2ccfb04 100644 --- a/src/xmlpatterns/environment/qgenericstaticcontext_p.h +++ b/src/xmlpatterns/environment/qgenericstaticcontext_p.h @@ -68,7 +68,7 @@ namespace QPatternist /** * @short Provides setters and getters for the properties defined in StaticContext. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class GenericStaticContext : public StaticContext { diff --git a/src/xmlpatterns/environment/qreceiverdynamiccontext_p.h b/src/xmlpatterns/environment/qreceiverdynamiccontext_p.h index 079b31f..318cbff 100644 --- a/src/xmlpatterns/environment/qreceiverdynamiccontext_p.h +++ b/src/xmlpatterns/environment/qreceiverdynamiccontext_p.h @@ -63,7 +63,7 @@ namespace QPatternist /** * @short A DynamicContext that has a specialized QAbstractXmlReceiver. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class ReceiverDynamicContext : public DelegatingDynamicContext { diff --git a/src/xmlpatterns/environment/qreportcontext_p.h b/src/xmlpatterns/environment/qreportcontext_p.h index 8fb3cdd..e92df7a 100644 --- a/src/xmlpatterns/environment/qreportcontext_p.h +++ b/src/xmlpatterns/environment/qreportcontext_p.h @@ -94,7 +94,7 @@ namespace QPatternist * (XPath) 2.0, 2.3.2 Identifying and Reporting Errors</a> * @see <a href="http://www.w3.org/TR/xpath-functions/#func-error">XQuery 1.0 and * XPath 2.0 Functions and Operators, 3 The Error Function</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @warning This file is auto-generated from extractErrorCodes.xsl. Any * modifications done to this file are lost. */ diff --git a/src/xmlpatterns/environment/qstackcontextbase_p.h b/src/xmlpatterns/environment/qstackcontextbase_p.h index e7296b3..bd71fbc 100644 --- a/src/xmlpatterns/environment/qstackcontextbase_p.h +++ b/src/xmlpatterns/environment/qstackcontextbase_p.h @@ -70,7 +70,7 @@ namespace QPatternist * expressions, range variables, template parameters but notably continues * to delegate global caches. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ template<typename TSuperClass> class StackContextBase : public TSuperClass diff --git a/src/xmlpatterns/environment/qstaticbaseuricontext_p.h b/src/xmlpatterns/environment/qstaticbaseuricontext_p.h index b59c363..8afcc8a 100644 --- a/src/xmlpatterns/environment/qstaticbaseuricontext_p.h +++ b/src/xmlpatterns/environment/qstaticbaseuricontext_p.h @@ -65,7 +65,7 @@ namespace QPatternist * of items. * * @since 4.5 - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class StaticBaseURIContext : public DelegatingStaticContext { diff --git a/src/xmlpatterns/environment/qstaticcompatibilitycontext_p.h b/src/xmlpatterns/environment/qstaticcompatibilitycontext_p.h index 5950993..58bfea8 100644 --- a/src/xmlpatterns/environment/qstaticcompatibilitycontext_p.h +++ b/src/xmlpatterns/environment/qstaticcompatibilitycontext_p.h @@ -64,7 +64,7 @@ namespace QPatternist * compatibility mode. * * @since 4.5 - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT StaticCompatibilityContext : public DelegatingStaticContext { diff --git a/src/xmlpatterns/environment/qstaticcontext_p.h b/src/xmlpatterns/environment/qstaticcontext_p.h index d07c9a8..cbc9c93 100644 --- a/src/xmlpatterns/environment/qstaticcontext_p.h +++ b/src/xmlpatterns/environment/qstaticcontext_p.h @@ -83,7 +83,7 @@ namespace QPatternist * * @see <a href="http://www.w3.org/TR/xpath20/#static_context">XML Path * Language (XPath) 2.0, 2.1.1 Static Context</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class StaticContext : public ReportContext { diff --git a/src/xmlpatterns/environment/qstaticcurrentcontext_p.h b/src/xmlpatterns/environment/qstaticcurrentcontext_p.h index 1de66ee..550dc41 100644 --- a/src/xmlpatterns/environment/qstaticcurrentcontext_p.h +++ b/src/xmlpatterns/environment/qstaticcurrentcontext_p.h @@ -66,7 +66,7 @@ namespace QPatternist * another StaticContext. * * @since 4.5 - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT StaticCurrentContext : public DelegatingStaticContext { diff --git a/src/xmlpatterns/environment/qstaticfocuscontext_p.h b/src/xmlpatterns/environment/qstaticfocuscontext_p.h index 981e073..6deb312 100644 --- a/src/xmlpatterns/environment/qstaticfocuscontext_p.h +++ b/src/xmlpatterns/environment/qstaticfocuscontext_p.h @@ -64,7 +64,7 @@ namespace QPatternist * @short A StaticContext that carries a specified static type * for the context item, but otherwise delegates to another StaticContext. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT StaticFocusContext : public DelegatingStaticContext { diff --git a/src/xmlpatterns/environment/qstaticnamespacecontext_p.h b/src/xmlpatterns/environment/qstaticnamespacecontext_p.h index 4873ee4..2024db5 100644 --- a/src/xmlpatterns/environment/qstaticnamespacecontext_p.h +++ b/src/xmlpatterns/environment/qstaticnamespacecontext_p.h @@ -64,7 +64,7 @@ namespace QPatternist * @short A StaticContext that carries a specified namespace resolver * for the context item, but otherwise delegates to another StaticContext. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class Q_AUTOTEST_EXPORT StaticNamespaceContext : public DelegatingStaticContext { |