QDomImplementation man page on Peanut

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
Peanut logo
[printable version]

QDomImplementation(3qt)				       QDomImplementation(3qt)

NAME
       QDomImplementation - Information about the features of the DOM
       implementation

SYNOPSIS
       All the functions in this class are reentrant when Qt is built with
       thread support.</p>

       #include <qdom.h>

   Public Members
       QDomImplementation ()
       QDomImplementation ( const QDomImplementation & x )
       virtual ~QDomImplementation ()
       QDomImplementation & operator= ( const QDomImplementation & x )
       bool operator== ( const QDomImplementation & x ) const
       bool operator!= ( const QDomImplementation & x ) const
       virtual bool hasFeature ( const QString & feature, const QString &
	   version )
       virtual QDomDocumentType createDocumentType ( const QString & qName,
	   const QString & publicId, const QString & systemId )
       virtual QDomDocument createDocument ( const QString & nsURI, const
	   QString & qName, const QDomDocumentType & doctype )
       bool isNull ()

DESCRIPTION
       The QDomImplementation class provides information about the features of
       the DOM implementation.

       This class describes the features that are supported by the DOM
       implementation. Currently the XML subset of DOM Level 1 and DOM Level 2
       Core are supported.

       Normally you will use the function QDomDocument::implementation() to
       get the implementation object.

       You can create a new document type with createDocumentType() and a new
       document with createDocument().

       For further information about the Document Object Model see
       http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-
       Level-2-Core/. For a more general introduction of the DOM
       implementation see the QDomDocument documentation.

       See also hasFeature() and XML.

MEMBER FUNCTION DOCUMENTATION
QDomImplementation::QDomImplementation ()
       Constructs a QDomImplementation object.

QDomImplementation::QDomImplementation ( const QDomImplementation & x )
       Constructs a copy of x.

QDomImplementation::~QDomImplementation () [virtual]
       Destroys the object and frees its resources.

QDomDocument QDomImplementation::createDocument ( const QString & nsURI, const
       QString & qName, const QDomDocumentType & doctype ) [virtual]
       Creates a DOM document with the document type doctype. This function
       also adds a root element node with the qualified name qName and the
       namespace URI nsURI.

QDomDocumentType QDomImplementation::createDocumentType ( const QString &
       qName, const QString & publicId, const QString & systemId ) [virtual]
       Creates a document type node for the name qName.

       publicId specifies the public identifier of the external subset. If you
       specify QString::null as the publicId, this means that the document
       type has no public identifier.

       systemId specifies the system identifier of the external subset. If you
       specify QString::null as the systemId, this means that the document
       type has no system identifier.

       Since you cannot have a public identifier without a system identifier,
       the public identifier is set to QString::null if there is no system
       identifier.

       DOM level 2 does not support any other document type declaration
       features.

       The only way you can use a document type that was created this way, is
       in combination with the createDocument() function to create a
       QDomDocument with this document type.

       See also createDocument().

bool QDomImplementation::hasFeature ( const QString & feature, const QString &
       version ) [virtual]
       The function returns TRUE if QDom implements the requested version of a
       feature; otherwise returns FALSE.

       The currently supported features and their versions: <center>.nf

       </center>

bool QDomImplementation::isNull ()
       Returns FALSE if the object was created by
       QDomDocument::implementation(); otherwise returns TRUE.

bool QDomImplementation::operator!= ( const QDomImplementation & x ) const
       Returns TRUE if x and this DOM implementation object were created from
       different QDomDocuments; otherwise returns FALSE.

QDomImplementation & QDomImplementation::operator= ( const QDomImplementation
       & x )
       Assigns x to this DOM implementation.

bool QDomImplementation::operator== ( const QDomImplementation & x ) const
       Returns TRUE if x and this DOM implementation object were created from
       the same QDomDocument; otherwise returns FALSE.

SEE ALSO
       http://doc.trolltech.com/qdomimplementation.html
       http://www.trolltech.com/faq/tech.html

COPYRIGHT
       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
       license file included in the distribution for a complete license
       statement.

AUTHOR
       Generated automatically from the source code.

BUGS
       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.	Good bug reports help us to
       help you. Thank you.

       The definitive Qt documentation is provided in HTML format; it is
       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
       web browser. This man page is provided as a convenience for those users
       who prefer man pages, although this format is not officially supported
       by Trolltech.

       If you find errors in this manual page, please report them to qt-
       bugs@trolltech.com.  Please include the name of the manual page
       (qdomimplementation.3qt) and the Qt version (3.3.8).

Trolltech AS			2 February 2007	       QDomImplementation(3qt)
[top]

List of man pages available for Peanut

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net