NAME

Qt::Xml::QDomNode

PUBLIC METHODS

QDomNode()
QDomNode(const QDomNode & arg0)
~QDomNode()
QDomNode appendChild(const QDomNode & newChild)
QDomNamedNodeMap attributes()
QDomNodeList childNodes()
void clear()
QDomNode cloneNode(bool deep)
QDomNode cloneNode(bool deep = true)
int columnNumber()
QDomNode firstChild()
QDomElement firstChildElement(const QString & tagName)
QDomElement firstChildElement(const QString & tagName = QString())
bool hasAttributes()
bool hasChildNodes()
QDomNode insertAfter(const QDomNode & newChild, const QDomNode & refChild)
QDomNode insertBefore(const QDomNode & newChild, const QDomNode & refChild)
bool isAttr()
bool isCDATASection()
bool isCharacterData()
bool isComment()
bool isDocument()
bool isDocumentFragment()
bool isDocumentType()
bool isElement()
bool isEntity()
bool isEntityReference()
bool isNotation()
bool isNull()
bool isProcessingInstruction()
bool isSupported(const QString & feature, const QString & version)
bool isText()
QDomNode lastChild()
QDomElement lastChildElement(const QString & tagName)
QDomElement lastChildElement(const QString & tagName = QString())
int lineNumber()
QString localName()
QDomNode namedItem(const QString & name)
QString namespaceURI()
QDomNode nextSibling()
QDomElement nextSiblingElement(const QString & taName)
QDomElement nextSiblingElement(const QString & taName = QString())
QString nodeName()
QDomNode::NodeType nodeType()
QString nodeValue()
void normalize()
bool operator!=(const QDomNode & arg0)
QDomNode & operator=(const QDomNode & arg0)
bool operator==(const QDomNode & arg0)
QDomDocument ownerDocument()
QDomNode parentNode()
QString prefix()
QDomNode previousSibling()
QDomElement previousSiblingElement(const QString & tagName)
QDomElement previousSiblingElement(const QString & tagName = QString())
QDomNode removeChild(const QDomNode & oldChild)
QDomNode replaceChild(const QDomNode & newChild, const QDomNode & oldChild)
void save(QTextStream & arg0, int arg1)
void save(QTextStream & arg0, int arg1, QDomNode::EncodingPolicy arg2)
void setNodeValue(const QString & arg0)
void setPrefix(const QString & pre)
QDomAttr toAttr()
QDomCDATASection toCDATASection()
QDomCharacterData toCharacterData()
QDomComment toComment()
QDomDocument toDocument()
QDomDocumentFragment toDocumentFragment()
QDomDocumentType toDocumentType()
QDomElement toElement()
QDomEntity toEntity()
QDomEntityReference toEntityReference()
QDomNotation toNotation()
QDomProcessingInstruction toProcessingInstruction()
QDomText toText()

ENUM VALUES

ElementNode
AttributeNode
TextNode
CDATASectionNode
EntityReferenceNode
EntityNode
ProcessingInstructionNode
CommentNode
DocumentNode
DocumentTypeNode
DocumentFragmentNode
NotationNode
BaseNode
CharacterDataNode
EncodingFromDocument
EncodingFromTextStream

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html