org.kde.qt
public class QXmlAttributes extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QXmlAttributes(Class dummy) |
| QXmlAttributes() | |
| Method Summary | |
|---|---|
| void | append(String qName, String uri, String localPart, String value) |
| void | clear() |
| int | count() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | index(String qName) |
| int | index(String uri, String localPart) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | length() |
| String | localName(int index) |
| String | qName(int index) |
| 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) |