Home
·
All Classes
·
Modules
QXmlStreamAttributes Class Reference
[
QtCore
module]
Methods
__init__
(
self
)
__init__
(
self
, QXmlStreamAttributes)
append
(
self
, QString, QString, QString)
append
(
self
, QString, QString)
append
(
self
, QXmlStreamAttribute)
QXmlStreamAttribute
at
(
self
, int
i
)
clear
(
self
)
bool
contains
(
self
, QXmlStreamAttribute
value
)
int
count
(
self
, QXmlStreamAttribute
value
)
int
count
(
self
)
sip.voidptr
data
(
self
)
fill
(
self
, QXmlStreamAttribute
value
, int
size
= -1)
QXmlStreamAttribute
first
(
self
)
bool
hasAttribute
(
self
, QString)
bool
hasAttribute
(
self
, QString, QString)
int
indexOf
(
self
, QXmlStreamAttribute
value
, int
from
= 0)
insert
(
self
, int
i
, QXmlStreamAttribute
value
)
bool
isEmpty
(
self
)
QXmlStreamAttribute
last
(
self
)
int
lastIndexOf
(
self
, QXmlStreamAttribute
value
, int
from
= -1)
prepend
(
self
, QXmlStreamAttribute
value
)
remove
(
self
, int
i
)
remove
(
self
, int
i
, int
count
)
replace
(
self
, int
i
, QXmlStreamAttribute
value
)
int
size
(
self
)
QStringRef
value
(
self
, QString, QString)
QStringRef
value
(
self
, QString)
Special Methods
int
__contains__
(
self
, QXmlStreamAttribute
value
)
__delitem__
(
self
, int
i
)
__delitem__
(
self
, slice
slice
)
bool
__eq__
(
self
, QXmlStreamAttributes
other
)
QXmlStreamAttribute
__getitem__
(
self
, int
i
)
QXmlStreamAttributes
__getitem__
(
self
, slice
slice
)
QXmlStreamAttributes
__iadd__
(
self
, QXmlStreamAttributes
other
)
QXmlStreamAttributes
__iadd__
(
self
, QXmlStreamAttribute
value
)
__len__
(
self
)
bool
__ne__
(
self
, QXmlStreamAttributes
other
)
__setitem__
(
self
, int
i
, QXmlStreamAttribute
value
)
__setitem__
(
self
, slice
slice
, QXmlStreamAttributes
list
)
Detailed Description
Method Documentation
QXmlStreamAttributes.__init__ (
self
)
QXmlStreamAttributes.__init__ (
self
,
QXmlStreamAttributes
)
QXmlStreamAttributes.append (
self
, QString, QString, QString)
QXmlStreamAttributes.append (
self
, QString, QString)
QXmlStreamAttributes.append (
self
,
QXmlStreamAttribute
)
QXmlStreamAttribute
QXmlStreamAttributes.at (
self
, int
i
)
QXmlStreamAttributes.clear (
self
)
bool QXmlStreamAttributes.contains (
self
,
QXmlStreamAttribute
value
)
int QXmlStreamAttributes.count (
self
,
QXmlStreamAttribute
value
)
int QXmlStreamAttributes.count (
self
)
sip.voidptr QXmlStreamAttributes.data (
self
)
QXmlStreamAttributes.fill (
self
,
QXmlStreamAttribute
value
, int
size
= -1)
QXmlStreamAttribute
QXmlStreamAttributes.first (
self
)
bool QXmlStreamAttributes.hasAttribute (
self
, QString)
bool QXmlStreamAttributes.hasAttribute (
self
, QString, QString)
int QXmlStreamAttributes.indexOf (
self
,
QXmlStreamAttribute
value
, int
from
= 0)
QXmlStreamAttributes.insert (
self
, int
i
,
QXmlStreamAttribute
value
)
bool QXmlStreamAttributes.isEmpty (
self
)
QXmlStreamAttribute
QXmlStreamAttributes.last (
self
)
int QXmlStreamAttributes.lastIndexOf (
self
,
QXmlStreamAttribute
value
, int
from
= -1)
QXmlStreamAttributes.prepend (
self
,
QXmlStreamAttribute
value
)
QXmlStreamAttributes.remove (
self
, int
i
)
QXmlStreamAttributes.remove (
self
, int
i
, int
count
)
QXmlStreamAttributes.replace (
self
, int
i
,
QXmlStreamAttribute
value
)
int QXmlStreamAttributes.size (
self
)
QStringRef QXmlStreamAttributes.value (
self
, QString, QString)
QStringRef QXmlStreamAttributes.value (
self
, QString)
int QXmlStreamAttributes.__contains__ (
self
,
QXmlStreamAttribute
value
)
QXmlStreamAttributes.__delitem__ (
self
, int
i
)
QXmlStreamAttributes.__delitem__ (
self
, slice
slice
)
bool QXmlStreamAttributes.__eq__ (
self
,
QXmlStreamAttributes
other
)
QXmlStreamAttribute
QXmlStreamAttributes.__getitem__ (
self
, int
i
)
QXmlStreamAttributes
QXmlStreamAttributes.__getitem__ (
self
, slice
slice
)
QXmlStreamAttributes
QXmlStreamAttributes.__iadd__ (
self
,
QXmlStreamAttributes
other
)
QXmlStreamAttributes
QXmlStreamAttributes.__iadd__ (
self
,
QXmlStreamAttribute
value
)
QXmlStreamAttributes.__len__ (
self
)
bool QXmlStreamAttributes.__ne__ (
self
,
QXmlStreamAttributes
other
)
QXmlStreamAttributes.__setitem__ (
self
, int
i
,
QXmlStreamAttribute
value
)
QXmlStreamAttributes.__setitem__ (
self
, slice
slice
,
QXmlStreamAttributes
list
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0