Lista de todos los miembros.
Métodos públicos |
| QDomElementPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &name) |
| QDomElementPrivate (QDomDocumentPrivate *, QDomNodePrivate *parent, const QString &nsURI, const QString &qName) |
| QDomElementPrivate (QDomElementPrivate *n, bool deep) |
| ~QDomElementPrivate () |
QString | attribute (const QString &name, const QString &defValue) const |
QString | attributeNS (const QString &nsURI, const QString &localName, const QString &defValue) const |
void | setAttribute (const QString &name, const QString &value) |
void | setAttributeNS (const QString &nsURI, const QString &qName, const QString &newValue) |
void | removeAttribute (const QString &name) |
QDomAttrPrivate * | attributeNode (const QString &name) |
QDomAttrPrivate * | attributeNodeNS (const QString &nsURI, const QString &localName) |
QDomAttrPrivate * | setAttributeNode (QDomAttrPrivate *newAttr) |
QDomAttrPrivate * | setAttributeNodeNS (QDomAttrPrivate *newAttr) |
QDomAttrPrivate * | removeAttributeNode (QDomAttrPrivate *oldAttr) |
bool | hasAttribute (const QString &name) |
bool | hasAttributeNS (const QString &nsURI, const QString &localName) |
QString | text () |
QDomNamedNodeMapPrivate * | attributes () |
bool | hasAttributes () |
bool | isElement () |
QDomNode::NodeType | nodeType () const |
QDomNodePrivate * | cloneNode (bool deep=TRUE) |
void | save (QTextStream &s, int, int) const |
Atributos públicos |
QDomNamedNodeMapPrivate * | m_attr |
Documentación del constructor y destructor
QDomElementPrivate::~QDomElementPrivate |
( |
| ) |
|
Documentación de las funciones miembro
bool QDomElementPrivate::hasAttribute |
( |
const QString & |
name | ) |
|
bool QDomElementPrivate::hasAttributeNS |
( |
const QString & |
nsURI, |
|
|
const QString & |
localName |
|
) |
| |
bool QDomElementPrivate::hasAttributes |
( |
| ) |
[inline, virtual] |
bool QDomElementPrivate::isElement |
( |
| ) |
[inline, virtual] |
void QDomElementPrivate::removeAttribute |
( |
const QString & |
name | ) |
|
void QDomElementPrivate::save |
( |
QTextStream & |
s, |
|
|
int |
depth, |
|
|
int |
indent |
|
) |
| const [virtual] |
void QDomElementPrivate::setAttribute |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| |
void QDomElementPrivate::setAttributeNS |
( |
const QString & |
nsURI, |
|
|
const QString & |
qName, |
|
|
const QString & |
newValue |
|
) |
| |
QString QDomElementPrivate::text |
( |
| ) |
|
Documentación de los datos miembro
La documentación para esta clase fue generada a partir del siguiente fichero: