QXmlName
#include <QtXml/QXmlName>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QXmlName
Overview
Public Types Index
qint64 | Code |
NamespaceCode | LocalNameCode |
qint16 | NamespaceCode |
NamespaceCode | PrefixCode |
Public Functions Index
QXmlName () | |
QXmlName (QXmlNamePool &namePool, const QString &localName, const QString &namespaceURI=QString(), const QString &prefix=QString()) | |
QXmlName (const NamespaceCode uri, const LocalNameCode ln, const PrefixCode p=0) | |
Code | code () const |
bool | hasNamespace () const |
bool | hasPrefix () const |
bool | isLexicallyEqual (const QXmlName &other) const |
bool | isNull () const |
QString | localName (const QXmlNamePool &query) const |
LocalNameCode | localName () const |
QString | namespaceUri (const QXmlNamePool &query) const |
NamespaceCode | namespaceURI () const |
bool | operator!= (const QXmlName &other) const |
QXmlName & | operator= (const QXmlName &other) |
bool | operator== (const QXmlName &other) const |
QString | prefix (const QXmlNamePool &query) const |
PrefixCode | prefix () const |
void | setLocalName (const LocalNameCode c) |
void | setNamespaceURI (const NamespaceCode c) |
void | setPrefix (const PrefixCode c) |
QString | toClarkName (const QXmlNamePool &query) const |
Static Public Functions Index
QXmlName | fromClarkName (const QString &clarkName, const QXmlNamePool &namePool) |
bool | isNCName (const QString &candidate) |
Public Types
typedef qint64
typedef NamespaceCode
typedef qint16
typedef NamespaceCode
Public Functions
Static Public Functions
bool
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy