java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlAttributes
- All Implemented Interfaces:
QtObjectInterface,Cloneable
XML attributes
Java wrapper for Qt class QXmlAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidassign(QXmlAttributes arg__1) SeeQXmlAttributes::operator=(QXmlAttributes) final voidclear()clone()Creates and returns a copy of this object.final intcount()booleanSeeoperator==(QXmlAttributes,QXmlAttributes) inthashCode()Returns the objects's hash code computed byqHash(QXmlAttributes).final intfinal intfinal intlength()final StringlocalName(int index) final StringqName(int index) final voidswap(QXmlAttributes other) final Stringtype(int index) final Stringfinal Stringfinal Stringuri(int index) final Stringvalue(int index) final Stringfinal StringMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlAttributes
public QXmlAttributes() -
QXmlAttributes
-
-
Method Details
-
append
-
clear
-
count
-
index
-
index
-
length
-
localName
-
assign
See
QXmlAttributes::operator=(QXmlAttributes) -
qName
-
swap
-
type
-
type
-
type
-
uri
-
value
-
value
-
value
-
equals
See
operator==(QXmlAttributes,QXmlAttributes) -
hashCode
Returns the objects's hash code computed byqHash(QXmlAttributes). -
clone
Creates and returns a copy of this object.
-