QDomDocumentFragment
#include <QtXml/QDomDocumentFragment>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QDomDocumentFragment
Overview
Inheritance
QDomNode | ||
QDomDocumentFragment |
Public Types Index
Only has inherited public types
enum EncodingPolicy | |
enum NodeTypeElementNode 1, AttributeNode 2, TextNode 3, CDATASectionNode 4, EntityReferenceNode 5, EntityNode 6, ProcessingInstructionNode 7, CommentNode 8, DocumentNode 9, DocumentTypeNode 10, DocumentFragmentNode 11, NotationNode 12, BaseNode 21, CharacterDataNode 22 |
Protected Attributes Index
Only has inherited protected attributes
QDomNodePrivate * | impl![]() |
Public Functions Index
QDomDocumentFragment () | |
QDomDocumentFragment (const QDomDocumentFragment &x) | |
QDomNode::NodeType | nodeType () const |
QDomDocumentFragment & | operator= (const QDomDocumentFragment &) |
QDomNode | appendChild (const QDomNode &newChild)![]() |
QDomNamedNodeMap | attributes () const ![]() |
QDomNodeList | childNodes () const ![]() |
void | clear ()![]() |
QDomNode | cloneNode (bool deep=true) const ![]() |
int | columnNumber () const ![]() |
QDomNode | firstChild () const ![]() |
QDomElement | firstChildElement (const QString &tagName=QString()) const ![]() |
bool | hasAttributes () const ![]() |
bool | hasChildNodes () const ![]() |
QDomNode | insertAfter (const QDomNode &newChild, const QDomNode &refChild)![]() |
QDomNode | insertBefore (const QDomNode &newChild, const QDomNode &refChild)![]() |
bool | isAttr () const ![]() |
bool | isCDATASection () const ![]() |
bool | isCharacterData () const ![]() |
bool | isComment () const ![]() |
bool | isDocument () const ![]() |
bool | isDocumentFragment () const ![]() |
bool | isDocumentType () const ![]() |
bool | isElement () const ![]() |
bool | isEntity () const ![]() |
bool | isEntityReference () const ![]() |
bool | isNotation () const ![]() |
bool | isNull () const ![]() |
bool | isProcessingInstruction () const ![]() |
bool | isSupported (const QString &feature, const QString &version) const ![]() |
bool | isText () const ![]() |
QDomNode | lastChild () const ![]() |
QDomElement | lastChildElement (const QString &tagName=QString()) const ![]() |
int | lineNumber () const ![]() |
QString | localName () const ![]() |
QDomNode | namedItem (const QString &name) const ![]() |
QString | namespaceURI () const ![]() |
QDomNode | nextSibling () const ![]() |
QDomElement | nextSiblingElement (const QString &taName=QString()) const ![]() |
QString | nodeName () const ![]() |
QString | nodeValue () const ![]() |
void | normalize ()![]() |
bool | operator!= (const QDomNode &) const ![]() |
QDomNode & | operator= (const QDomNode &)![]() |
bool | operator== (const QDomNode &) const ![]() |
QDomDocument | ownerDocument () const ![]() |
QDomNode | parentNode () const ![]() |
QString | prefix () const ![]() |
QDomNode | previousSibling () const ![]() |
QDomElement | previousSiblingElement (const QString &tagName=QString()) const ![]() |
QDomNode ()![]() | |
QDomNode (const QDomNode &)![]() | |
QDomNode | removeChild (const QDomNode &oldChild)![]() |
QDomNode | replaceChild (const QDomNode &newChild, const QDomNode &oldChild)![]() |
void | save (QTextStream &, int) const ![]() |
void | save (QTextStream &, int, EncodingPolicy) const ![]() |
void | setNodeValue (const QString &)![]() |
void | setPrefix (const QString &pre)![]() |
QDomAttr | toAttr () const ![]() |
QDomCDATASection | toCDATASection () const ![]() |
QDomCharacterData | toCharacterData () const ![]() |
QDomComment | toComment () const ![]() |
QDomDocument | toDocument () const ![]() |
QDomDocumentFragment | toDocumentFragment () const ![]() |
QDomDocumentType | toDocumentType () const ![]() |
QDomElement | toElement () const ![]() |
QDomEntity | toEntity () const ![]() |
QDomEntityReference | toEntityReference () const ![]() |
QDomNotation | toNotation () const ![]() |
QDomProcessingInstruction | toProcessingInstruction () const ![]() |
QDomText | toText () const ![]() |
Protected Functions Index
Only has inherited protected functions
QDomNode (QDomNodePrivate *)![]() |
Public Types
(Only has inherited public types)
- EncodingFromDocument 1
- EncodingFromTextStream 2
- ElementNode 1
- AttributeNode 2
- TextNode 3
- CDATASectionNode 4
- EntityReferenceNode 5
- EntityNode 6
- ProcessingInstructionNode 7
- CommentNode 8
- DocumentNode 9
- DocumentTypeNode 10
- DocumentFragmentNode 11
- NotationNode 12
- BaseNode 21
- CharacterDataNode 22
Protected Attributes
(Only has inherited protected attributes)
QDomNodePrivate * 
Public Functions
QDomNode::NodeType
void 
int 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
int 
QDomNode 
Shortcut to avoid dealing with QDomNodeList all the time.
void 
bool 
QDomNode & 
bool 
void 
void 
void 
void 
Protected Functions
(Only has inherited protected functions)
© 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