Public Member Functions
QDomElementProto Class Reference

#include <qdomelementproto.h>

List of all members.

Public Member Functions

 QDomElementProto (QObject *parent)
Q_INVOKABLE QDomNode appendChild (const QDomNode &newChild)
Q_INVOKABLE QString attribute (const QString &name, const QString &defValue=QString()) const
Q_INVOKABLE QDomAttr attributeNode (const QString &name)
Q_INVOKABLE QDomAttr attributeNodeNS (const QString &nsURI, const QString &localName)
Q_INVOKABLE QString attributeNS (const QString nsURI, const QString &localName, const QString &defValue=QString()) const
Q_INVOKABLE QDomNamedNodeMap attributes () const
Q_INVOKABLE QDomNodeList childNodes () const
Q_INVOKABLE void clear ()
Q_INVOKABLE QDomNode cloneNode (bool deep=true) const
Q_INVOKABLE int columnNumber () const
Q_INVOKABLE QDomNodeList elementsByTagName (const QString &tagname) const
Q_INVOKABLE QDomNodeList elementsByTagNameNS (const QString &nsURI, const QString &localName) const
Q_INVOKABLE QDomNode firstChild () const
Q_INVOKABLE QDomElement firstChildElement (const QString &tagName=QString()) const
Q_INVOKABLE bool hasAttribute (const QString &name) const
Q_INVOKABLE bool hasAttributeNS (const QString &nsURI, const QString &localName) const
Q_INVOKABLE bool hasAttributes () const
Q_INVOKABLE bool hasChildNodes () const
Q_INVOKABLE QDomNode insertAfter (const QDomNode &newChild, const QDomNode &refChild)
Q_INVOKABLE QDomNode insertBefore (const QDomNode &newChild, const QDomNode &refChild)
Q_INVOKABLE bool isAttr () const
Q_INVOKABLE bool isCDATASection () const
Q_INVOKABLE bool isCharacterData () const
Q_INVOKABLE bool isComment () const
Q_INVOKABLE bool isDocument () const
Q_INVOKABLE bool isDocumentFragment () const
Q_INVOKABLE bool isDocumentType () const
Q_INVOKABLE bool isElement () const
Q_INVOKABLE bool isEntity () const
Q_INVOKABLE bool isEntityReference () const
Q_INVOKABLE bool isNotation () const
Q_INVOKABLE bool isNull () const
Q_INVOKABLE bool isProcessingInstruction () const
Q_INVOKABLE bool isSupported (const QString &feature, const QString &version) const
Q_INVOKABLE bool isText () const
Q_INVOKABLE QDomNode lastChild () const
Q_INVOKABLE QDomElement lastChildElement (const QString &tagName=QString()) const
Q_INVOKABLE int lineNumber () const
Q_INVOKABLE QString localName () const
Q_INVOKABLE QDomNode namedItem (const QString &name) const
Q_INVOKABLE QString namespaceURI () const
Q_INVOKABLE QDomNode nextSibling () const
Q_INVOKABLE QDomElement nextSiblingElement (const QString &taName=QString()) const
Q_INVOKABLE QString nodeName () const
Q_INVOKABLE int nodeType () const
Q_INVOKABLE QString nodeValue () const
Q_INVOKABLE void normalize ()
Q_INVOKABLE QDomDocument ownerDocument () const
Q_INVOKABLE QDomNode parentNode () const
Q_INVOKABLE QString prefix () const
Q_INVOKABLE QDomNode previousSibling () const
Q_INVOKABLE QDomElement previousSiblingElement (const QString &tagName=QString()) const
Q_INVOKABLE void removeAttribute (const QString &name)
Q_INVOKABLE QDomAttr removeAttributeNode (const QDomAttr &oldAttr)
Q_INVOKABLE void removeAttributeNS (const QString &nsURI, const QString &localName)
Q_INVOKABLE QDomNode removeChild (const QDomNode &oldChild)
Q_INVOKABLE QDomNode replaceChild (const QDomNode &newChild, const QDomNode &oldChild)
Q_INVOKABLE void save (QTextStream &, int) const
Q_INVOKABLE void save (QTextStream &, int, int) const
Q_INVOKABLE void setAttribute (const QString &name, const QString &value)
Q_INVOKABLE void setAttribute (const QString &name, double value)
Q_INVOKABLE void setAttribute (const QString &name, float value)
Q_INVOKABLE void setAttribute (const QString &name, int value)
Q_INVOKABLE void setAttribute (const QString &name, qlonglong value)
Q_INVOKABLE void setAttribute (const QString &name, qulonglong value)
Q_INVOKABLE void setAttribute (const QString &name, uint value)
Q_INVOKABLE QDomAttr setAttributeNode (const QDomAttr &newAttr)
Q_INVOKABLE QDomAttr setAttributeNodeNS (const QDomAttr &newAttr)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, const QString &value)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, double value)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, int value)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, qlonglong value)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, qulonglong value)
Q_INVOKABLE void setAttributeNS (const QString nsURI, const QString &qName, uint value)
Q_INVOKABLE void setNodeValue (const QString &)
Q_INVOKABLE void setPrefix (const QString &pre)
Q_INVOKABLE void setTagName (const QString &name)
Q_INVOKABLE QString tagName () const
Q_INVOKABLE QString text () const
Q_INVOKABLE QDomAttr toAttr () const
Q_INVOKABLE QDomCDATASection toCDATASection () const
Q_INVOKABLE QDomCharacterData toCharacterData () const
Q_INVOKABLE QDomComment toComment () const
Q_INVOKABLE QDomDocument toDocument () const
Q_INVOKABLE QDomDocumentFragment toDocumentFragment () const
Q_INVOKABLE QDomDocumentType toDocumentType () const
Q_INVOKABLE QDomElement toElement () const
Q_INVOKABLE QDomEntity toEntity () const
Q_INVOKABLE QDomEntityReference toEntityReference () const
Q_INVOKABLE QDomNotation toNotation () const
Q_INVOKABLE
QDomProcessingInstruction 
toProcessingInstruction () const
Q_INVOKABLE QString toString () const
Q_INVOKABLE QDomText toText () const

Constructor & Destructor Documentation


Member Function Documentation

QString QDomElementProto::attribute ( const QString name,
const QString defValue = QString() 
) const
QDomAttr QDomElementProto::attributeNodeNS ( const QString nsURI,
const QString localName 
)
QString QDomElementProto::attributeNS ( const QString  nsURI,
const QString localName,
const QString defValue = QString() 
) const
QDomNode QDomElementProto::cloneNode ( bool  deep = true) const
QDomNodeList QDomElementProto::elementsByTagNameNS ( const QString nsURI,
const QString localName 
) const
bool QDomElementProto::hasAttribute ( const QString name) const
bool QDomElementProto::hasAttributeNS ( const QString nsURI,
const QString localName 
) const
QDomNode QDomElementProto::insertAfter ( const QDomNode newChild,
const QDomNode refChild 
)
QDomNode QDomElementProto::insertBefore ( const QDomNode newChild,
const QDomNode refChild 
)
bool QDomElementProto::isAttr ( ) const
bool QDomElementProto::isNull ( ) const
bool QDomElementProto::isSupported ( const QString feature,
const QString version 
) const
bool QDomElementProto::isText ( ) const
QDomNode QDomElementProto::namedItem ( const QString name) const
void QDomElementProto::removeAttributeNS ( const QString nsURI,
const QString localName 
)
QDomNode QDomElementProto::replaceChild ( const QDomNode newChild,
const QDomNode oldChild 
)
void QDomElementProto::save ( QTextStream stream,
int  intarg 
) const
void QDomElementProto::save ( QTextStream stream,
int  intarg,
int  policy 
) const
void QDomElementProto::setAttribute ( const QString name,
const QString value 
)
void QDomElementProto::setAttribute ( const QString name,
double  value 
)
void QDomElementProto::setAttribute ( const QString name,
float  value 
)
void QDomElementProto::setAttribute ( const QString name,
int  value 
)
void QDomElementProto::setAttribute ( const QString name,
qlonglong  value 
)
void QDomElementProto::setAttribute ( const QString name,
qulonglong  value 
)
void QDomElementProto::setAttribute ( const QString name,
uint  value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
const QString value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
double  value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
int  value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
qlonglong  value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
qulonglong  value 
)
void QDomElementProto::setAttributeNS ( const QString  nsURI,
const QString qName,
uint  value 
)
void QDomElementProto::setNodeValue ( const QString value)
void QDomElementProto::setPrefix ( const QString pre)
void QDomElementProto::setTagName ( const QString name)

The documentation for this class was generated from the following files:

Generated on Mon Jan 23 2012 12:22:36 xTuple ERP Programmer Reference, Version 3.8.0 doxygen 1.7.6.1