java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlAttributes
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QXmlAttributes extends QtObject implements Cloneable
XML attributes
Java wrapper for Qt class QXmlAttributes
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlAttributes()
Deprecated.protected
QXmlAttributes(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlAttributes(QXmlAttributes arg__1)
-
Method Summary
Modifier and Type Method Description void
append(String qName, String uri, String localPart, String value)
void
clear()
QXmlAttributes
clone()
int
count()
int
index(String qName)
int
index(String uri, String localPart)
int
length()
String
localName(int index)
String
qName(int index)
void
swap(QXmlAttributes other)
String
type(int index)
String
type(String qName)
String
type(String uri, String localName)
String
uri(int index)
String
value(int index)
String
value(String qName)
String
value(String uri, String localName)