java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlAttributes
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
XML attributes
Java wrapper for Qt class QXmlAttributes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
assign
(QXmlAttributes arg__1) SeeQXmlAttributes::
operator=(QXmlAttributes) final void
clear()
clone()
Creates and returns a copy of this object.final int
count()
final boolean
equals
(QXmlAttributes arg2) Seeoperator==(QXmlAttributes,
QXmlAttributes) boolean
Seeoperator==(QXmlAttributes,
QXmlAttributes) int
hashCode()
Returns the objects's hash code computed byqHash(QXmlAttributes)
.final int
final int
final int
length()
final String
localName
(int index) final String
qName
(int index) final void
swap
(QXmlAttributes other) final String
type
(int index) final String
final String
final String
uri
(int index) final String
value
(int index) final String
final String
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlAttributes
public QXmlAttributes() -
QXmlAttributes
- Parameters:
arg__1
-
-
-
Method Details
-
append
- Parameters:
qName
-uri
-localPart
-value
-
-
clear
-
count
- Returns:
-
index
- Parameters:
qName
-- Returns:
-
index
- Parameters:
uri
-localPart
-- Returns:
-
length
- Returns:
-
localName
- Parameters:
index
-- Returns:
-
assign
See
QXmlAttributes::
operator=(QXmlAttributes) - Parameters:
arg__1
-
-
equals
See
operator==(QXmlAttributes,
QXmlAttributes) - Parameters:
arg2
-- Returns:
-
qName
- Parameters:
index
-- Returns:
-
swap
- Parameters:
other
-
-
type
- Parameters:
qName
-- Returns:
-
type
- Parameters:
uri
-localName
-- Returns:
-
type
- Parameters:
index
-- Returns:
-
uri
- Parameters:
index
-- Returns:
-
value
- Parameters:
qName
-- Returns:
-
value
- Parameters:
uri
-localName
-- Returns:
-
value
- Parameters:
index
-- Returns:
-
equals
See
operator==(QXmlAttributes,
QXmlAttributes) -
hashCode
Returns the objects's hash code computed byqHash(QXmlAttributes)
. -
clone
Creates and returns a copy of this object.
-