![]() |
Qt 4.8
|
#include "qanyuri_p.h"#include "qcommonnamespaces_p.h"#include "qcommonsequencetypes_p.h"#include "qcurrentfn_p.h"#include "qdocumentfn_p.h"#include "qelementavailablefn_p.h"#include "qfunctionavailablefn_p.h"#include "qgenerateidfn_p.h"#include "qsystempropertyfn_p.h"#include "qtypeavailablefn_p.h"#include "qunparsedentitypublicidfn_p.h"#include "qunparsedentityurifn_p.h"#include "qunparsedtextavailablefn_p.h"#include "qunparsedtextfn_p.h"#include "qxslt20corefunctions_p.h"Go to the source code of this file.
Macros | |
| #define | testXSLTFN(ln, cname) else if(lname.localName() == StandardLocalNames::ln) fn = Expression::Ptr(new cname()) |
| #define testXSLTFN | ( | ln, | |
| cname | |||
| ) | else if(lname.localName() == StandardLocalNames::ln) fn = Expression::Ptr(new cname()) |
Referenced by QPatternist::XSLT20CoreFunctions::retrieveExpression().