QSimpleXmlNodeModel Class Reference [модуль QtXmlPatterns]
The QSimpleXmlNodeModel class is an implementation of QAbstractXmlNodeModel sufficient for many common cases. Далее...
#include <QSimpleXmlNodeModel> Inherits QAbstractXmlNodeModel.
Замечание: все функции этого класса реентерабильны.
Этот класс был введён в Qt 4.4.
Открытые функции
Дополнительные унаследованные члены
Подробное описание
The QSimpleXmlNodeModel class is an implementation of QAbstractXmlNodeModel sufficient for many common cases.
Subclassing QAbstractXmlNodeModel can be a significant task, because it requires implementing several, complex member functions. QSimpleXmlNodeModel provides default implementations of these member functions that are suitable for a wide range of node models.
Subclasses of QSimpleXmlNodeModel must be thread-safe.
Описание функций-членов
QSimpleXmlNodeModel::QSimpleXmlNodeModel ( const QXmlNamePool & namePool )
Constructs a QSimpleXmlNodeModel for use with with the specified namePool.
QSimpleXmlNodeModel::~QSimpleXmlNodeModel () [virtual]
Деструктор.
QUrl QSimpleXmlNodeModel::baseUri ( const QXmlNodeModelIndex & node ) const [virtual]
Returns the base URI for node. This is always the document URI.
Reimplemented from QAbstractXmlNodeModel.
See also documentUri().
QXmlNodeModelIndex QSimpleXmlNodeModel::elementById ( const QXmlName & id ) const [virtual]
Always returns a default constructed QXmlNodeModelIndex instance, regardless of id.
This effectively means the model has no elements that have an id.
Reimplemented from QAbstractXmlNodeModel.
QXmlNamePool & QSimpleXmlNodeModel::namePool () const
Returns the name pool associated with this model. The implementation of name() will use this name pool to create names.
QVector<QXmlName> QSimpleXmlNodeModel::namespaceBindings ( const QXmlNodeModelIndex & node ) const [virtual]
Always returns an empty QVector. This signals that no namespace bindings are in scope for node.
Reimplemented from QAbstractXmlNodeModel.
QVector<QXmlNodeModelIndex> QSimpleXmlNodeModel::nodesByIdref ( const QXmlName & idref ) const [virtual]
Always returns an empty vector, regardless of idref.
This effectively means the model has no elements or attributes of type IDREF.
Reimplemented from QAbstractXmlNodeModel.
QString QSimpleXmlNodeModel::stringValue ( const QXmlNodeModelIndex & node ) const [virtual]
If node is an element or attribute, typedValue() is called, and the return value converted to a string, as per XQuery's rules.
If node is another type of node, the empty string is returned.
If this function is overridden for comments or processing instructions, it is important to remember to call it (for elements and attributes having values not of type xs:string) to ensure that the values are formatted according to XQuery.
Reimplemented from QAbstractXmlNodeModel.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Торговые марки |
Qt 4.5.3 |
|