78 result = next.stringValue();
84 result += next.stringValue();
107 bool previousIsText =
false;
108 bool discard =
false;
124 bool currentIsText =
false;
131 if(previousIsText && currentIsText)
140 previousIsText = currentIsText;
#define QT_END_NAMESPACE
This macro expands to.
static const SequenceType::Ptr ZeroOrMoreItems
#define it(className, varName)
virtual SequenceType::Ptr staticType() const
The QString class provides a Unicode character string.
bool isNode() const
Determines whether this item is an atomic value, or a node.
static AtomicString::Ptr fromValue(const QString &value)
Constructs simple content as specified for attributes in direct element constructors in XQuery...
static const SequenceType::Ptr ZeroOrOneString
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
The namespace for the internal API of QtXmlPatterns.
QString stringValue() const
Returns the string value of this Item.
virtual SequenceType::List expectedOperandTypes() const
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
XSLTSimpleContentConstructor(const Expression::Ptr &source)
const QXmlNodeModelIndex & asNode() const
Represents an item in the XPath 2.0 Data Model.
static QString processItem(const Item &item, bool &discard, bool &isText)
Expression::Ptr m_operand
Item::Iterator::Ptr sequencedTypedValue() const
Returns the typed value of this item.
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
The QList class is a template class that provides lists.
virtual Item::Iterator::Ptr evaluateSequence(const DynamicContext::Ptr &context) const