QDomCDATASection
#include <QtXml/QDomCDATASection>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QDomCDATASection
Overview
Inheritance
QDomNode | ||||
QDomCharacterData | ||||
QDomText | ||||
QDomCDATASection |
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
QDomCDATASection () | |
QDomCDATASection (const QDomCDATASection &x) | |
QDomNode::NodeType | nodeType () const |
QDomCDATASection & | operator= (const QDomCDATASection &) |
QDomNode | appendChild (const QDomNode &newChild)![]() |
void | appendData (const QString &arg)![]() |
QDomNamedNodeMap | attributes () const ![]() |
QDomNodeList | childNodes () const ![]() |
void | clear ()![]() |
QDomNode | cloneNode (bool deep=true) const ![]() |
int | columnNumber () const ![]() |
QString | data () const ![]() |
void | deleteData (unsigned long offset, unsigned long count)![]() |
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)![]() |
void | insertData (unsigned long offset, const QString &arg)![]() |
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 ![]() |
uint | length () 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 ![]() |
QDomText & | operator= (const QDomText &)![]() |
QDomCharacterData & | operator= (const QDomCharacterData &)![]() |
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 ![]() |
QDomCharacterData ()![]() | |
QDomCharacterData (const QDomCharacterData &x)![]() | |
QDomNode ()![]() | |
QDomNode (const QDomNode &)![]() | |
QDomText ()![]() | |
QDomText (const QDomText &x)![]() | |
QDomNode | removeChild (const QDomNode &oldChild)![]() |
QDomNode | replaceChild (const QDomNode &newChild, const QDomNode &oldChild)![]() |
void | replaceData (unsigned long offset, unsigned long count, const QString &arg)![]() |
void | save (QTextStream &, int) const ![]() |
void | save (QTextStream &, int, EncodingPolicy) const ![]() |
void | setData (const QString &)![]() |
void | setNodeValue (const QString &)![]() |
void | setPrefix (const QString &pre)![]() |
QDomText | splitText (int offset)![]() |
QString | substringData (unsigned long offset, unsigned long count)![]() |
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 
void 
int 
void 
bool 
bool 
void 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
bool 
uint 
int 
QDomNode 
Shortcut to avoid dealing with QDomNodeList all the time.
void 
bool 
QDomText & 
QDomNode & 
bool 
void 
void 
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