52 #ifndef Patternist_NodeBuilder_H 53 #define Patternist_NodeBuilder_H A push interface for the XPath Data Model. Similar to SAX's ContentHandler.
#define QT_END_NAMESPACE
This macro expands to.
Due to strong interdependencies, this file contains the definitions for the classes Item...
The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object...
The QUrl class provides a convenient interface for working with URLs.
Receives QAbstractXmlReceiver events and builds a node tree in memory that afterwards can be retrieve...
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual NodeBuilder::Ptr create(const QUrl &baseURI) const =0
Creates a copy of this NodeBuilder, that operates independently of this NodeBuilder.
virtual QAbstractXmlNodeModel::Ptr builtDocument()=0
Returns the document that has been built.
AutoPtr< NodeBuilder > Ptr