java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlAttributes
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
XML attributes
Java wrapper for Qt class QXmlAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protectedQXmlAttributes(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QXmlAttributes(QXmlAttributes arg__1) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidclear()clone()final intcount()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, equals, isDisposed
-
Constructor Details
-
QXmlAttributes
Deprecated. -
QXmlAttributes
-
QXmlAttributes
protected QXmlAttributes(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details