Qt 4.8
Classes | Namespaces
qdatetimefns_p.h File Reference

Contains classes implementing the functions found in XQuery 1.0 and XPath 2.0 Functions and Operators, 10.5 Component Extraction Functions on Durations, Dates and Times. More...

#include "qatomiccomparator_p.h"
#include "qcommonvalues_p.h"
#include "qschemadatetime_p.h"
#include "qdaytimeduration_p.h"
#include "qdecimal_p.h"
#include "qinteger_p.h"
#include "qfunctioncall_p.h"
#include "qdatetimefns.cpp"

Go to the source code of this file.

Classes

class  QPatternist::DayFromAbstractDateTimeFN
 Extracts the day property from a sub-class of AbstractDateTime such as DateTime or Date. This function implements fn:day-from-dateTime() and fn:day-from-date(). More...
 
class  QPatternist::DaysFromDurationFN
 Implements the function fn:days-from-duration(). More...
 
class  QPatternist::ExtractFromDateTimeFN< TSubClass >
 Helper class for implementing functions extracting components from date/time values. More...
 
class  QPatternist::ExtractFromDurationFN< TSubClass >
 Helper class for implementing functions extracting components from durations. More...
 
class  QPatternist::HoursFromAbstractDateTimeFN
 Extracts the minute property from a sub-class of AbstractDateTime such as DateTime or SchemaTime. Implements the functions fn:hours-from-dateTime() and fn:hours-from-time(). More...
 
class  QPatternist::HoursFromDurationFN
 Implements the function fn:hours-from-duration(). More...
 
class  QPatternist::MinutesFromAbstractDateTimeFN
 Extracts the minutes property from a sub-class of AbstractDateTime such as DateTime or Date. Implements the functions fn:minutes-from-dateTime() and fn:minutes-from-time(). More...
 
class  QPatternist::MinutesFromDurationFN
 Implements the function fn:minutes-from-duration(). More...
 
class  QPatternist::MonthFromAbstractDateTimeFN
 implements the functions fn:month-from-dateTime() and fn:month-from-date(). More...
 
class  QPatternist::MonthsFromDurationFN
 Implements the function fn:months-from-duration(). More...
 
class  QPatternist::SecondsFromAbstractDateTimeFN
 Extracts the seconds property from a sub-class of AbstractDateTime such as DateTime or Date. Implements the functions fn:seconds-from-dateTime() and fn:seconds-from-time(). More...
 
class  QPatternist::SecondsFromDurationFN
 Implements the function fn:seconds-from-duration(). More...
 
class  QPatternist::TimezoneFromAbstractDateTimeFN
 Extracts the timezone property from a sub-class of AbstractDateTime such as DateTime or Date. Implements the functions fn:timezone-from-dateTime(), fn:timezone-from-time() and fn:timezone-from-date(). More...
 
class  QPatternist::YearFromAbstractDateTimeFN
 Extracts the year property from a sub-class of AbstractDateTime such as DateTime or Date. This function implements fn:year-from-dateTime() and fn:year-from-date(). More...
 
class  QPatternist::YearsFromDurationFN
 Implements the function fn:years-from-duration(). More...
 

Namespaces

 QPatternist
 The namespace for the internal API of QtXmlPatterns.
 

Detailed Description

Contains classes implementing the functions found in XQuery 1.0 and XPath 2.0 Functions and Operators, 10.5 Component Extraction Functions on Durations, Dates and Times.

Definition in file qdatetimefns_p.h.