Qt 4.8
|
Public Variables | |
QExplicitlySharedDataPointer< QDomImplementationPrivate > | impl |
long | nodeListTime |
QExplicitlySharedDataPointer< QDomDocumentTypePrivate > | type |
Public Variables inherited from QDomNodePrivate | |
int | columnNumber |
bool | createdWithDom1Interface: 1 |
QDomNodePrivate * | first |
bool | hasParent: 1 |
QDomNodePrivate * | last |
int | lineNumber |
QString | name |
QString | namespaceURI |
QDomNodePrivate * | next |
QDomNodePrivate * | ownerNode |
QString | prefix |
QDomNodePrivate * | prev |
QAtomicInt | ref |
QString | value |
QDomDocumentPrivate::QDomDocumentPrivate | ( | ) |
Definition at line 6302 of file qdom.cpp.
QDomDocumentPrivate::QDomDocumentPrivate | ( | const QString & | name | ) |
Definition at line 6313 of file qdom.cpp.
QDomDocumentPrivate::QDomDocumentPrivate | ( | QDomDocumentTypePrivate * | dt | ) |
Definition at line 6325 of file qdom.cpp.
QDomDocumentPrivate::QDomDocumentPrivate | ( | QDomDocumentPrivate * | n, |
bool | deep | ||
) |
Definition at line 6340 of file qdom.cpp.
QDomDocumentPrivate::~QDomDocumentPrivate | ( | ) |
|
virtual |
Reimplemented from QDomNodePrivate.
Definition at line 6353 of file qdom.cpp.
|
virtual |
Reimplemented from QDomNodePrivate.
Definition at line 6404 of file qdom.cpp.
QDomAttrPrivate * QDomDocumentPrivate::createAttribute | ( | const QString & | name | ) |
Definition at line 6504 of file qdom.cpp.
QDomAttrPrivate * QDomDocumentPrivate::createAttributeNS | ( | const QString & | nsURI, |
const QString & | qName | ||
) |
Definition at line 6516 of file qdom.cpp.
QDomCDATASectionPrivate * QDomDocumentPrivate::createCDATASection | ( | const QString & | data | ) |
Definition at line 6476 of file qdom.cpp.
Referenced by QDomHandler::characters().
QDomCommentPrivate * QDomDocumentPrivate::createComment | ( | const QString & | data | ) |
Definition at line 6464 of file qdom.cpp.
Referenced by QDomHandler::comment().
QDomDocumentFragmentPrivate * QDomDocumentPrivate::createDocumentFragment | ( | ) |
Definition at line 6445 of file qdom.cpp.
QDomElementPrivate * QDomDocumentPrivate::createElement | ( | const QString & | tagName | ) |
Definition at line 6421 of file qdom.cpp.
Referenced by QDomHandler::startElement().
QDomElementPrivate * QDomDocumentPrivate::createElementNS | ( | const QString & | nsURI, |
const QString & | qName | ||
) |
Definition at line 6433 of file qdom.cpp.
Referenced by QDomHandler::startElement().
QDomEntityReferencePrivate * QDomDocumentPrivate::createEntityReference | ( | const QString & | name | ) |
Definition at line 6528 of file qdom.cpp.
Referenced by QDomHandler::characters(), and QDomHandler::skippedEntity().
QDomProcessingInstructionPrivate * QDomDocumentPrivate::createProcessingInstruction | ( | const QString & | target, |
const QString & | data | ||
) |
Definition at line 6488 of file qdom.cpp.
Referenced by QDomHandler::processingInstruction().
QDomTextPrivate * QDomDocumentPrivate::createTextNode | ( | const QString & | data | ) |
Definition at line 6452 of file qdom.cpp.
Referenced by QDomHandler::characters().
|
inline |
Definition at line 517 of file qdom.cpp.
Referenced by QDomHandler::characters(), QDomHandler::notationDecl(), QDomHandler::startDTD(), and QDomHandler::unparsedEntityDecl().
QDomElementPrivate * QDomDocumentPrivate::documentElement | ( | ) |
Definition at line 6412 of file qdom.cpp.
|
inline |
Definition at line 518 of file qdom.cpp.
QDomNodePrivate * QDomDocumentPrivate::importNode | ( | const QDomNodePrivate * | importedNode, |
bool | deep | ||
) |
Definition at line 6540 of file qdom.cpp.
|
inlinevirtual |
|
inlinevirtual |
void QDomDocumentPrivate::saveDocument | ( | QTextStream & | stream, |
const int | indent, | ||
QDomNode::EncodingPolicy | encUsed | ||
) | const |
Definition at line 6586 of file qdom.cpp.
bool QDomDocumentPrivate::setContent | ( | QXmlInputSource * | source, |
bool | namespaceProcessing, | ||
QString * | errorMsg, | ||
int * | errorLine, | ||
int * | errorColumn | ||
) |
Definition at line 6367 of file qdom.cpp.
bool QDomDocumentPrivate::setContent | ( | QXmlInputSource * | source, |
QXmlReader * | reader, | ||
QString * | errorMsg, | ||
int * | errorLine, | ||
int * | errorColumn | ||
) |
Definition at line 6374 of file qdom.cpp.
QExplicitlySharedDataPointer<QDomImplementationPrivate> QDomDocumentPrivate::impl |
long QDomDocumentPrivate::nodeListTime |
Definition at line 574 of file qdom.cpp.
Referenced by QDomNodeListPrivate::createList(), QDomNodePrivate::insertAfter(), QDomNodePrivate::insertBefore(), QDomNodeListPrivate::item(), QDomNodeListPrivate::length(), QDomNodePrivate::removeChild(), and QDomNodePrivate::replaceChild().
QExplicitlySharedDataPointer<QDomDocumentTypePrivate> QDomDocumentPrivate::type |