com.trolltech.qt.xmlpatterns
Class QSimpleXmlNodeModel
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.xmlpatterns.QAbstractXmlNodeModel
com.trolltech.qt.xmlpatterns.QSimpleXmlNodeModel
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public abstract class QSimpleXmlNodeModel
- extends QAbstractXmlNodeModel
- implements java.lang.Cloneable
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.
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
Methods inherited from class com.trolltech.qt.xmlpatterns.QAbstractXmlNodeModel |
attributes, baseUri, compareOrder, createIndex, createIndex, createIndex, createIndex, documentUri, elementById, kind, name, namespaceBindings, nextFromSimpleAxis, nodesByIdref, root, stringValue, typedValue |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QSimpleXmlNodeModel
public QSimpleXmlNodeModel(QXmlNamePool namePool)
- Constructs a
QSimpleXmlNodeModel
for use with with the specified namePool.
namePool
public final QXmlNamePool namePool()
- Returns the name pool that is associated with this model. The implementation of
name()
would use this to create names.
clone
public QSimpleXmlNodeModel clone()
- Description copied from class:
QAbstractXmlNodeModel
- This method is reimplemented for internal reasons
- Overrides:
clone
in class QAbstractXmlNodeModel