org.kde.qt
public class QDomElement extends QDomNode
| Constructor Summary | |
|---|---|
| protected | QDomElement(Class dummy) |
| QDomElement() | |
| QDomElement(QDomElement x) | |
| Method Summary | |
|---|---|
| String | attribute(String name, String defValue) |
| String | attribute(String name) |
| QDomAttr | attributeNode(String name) |
| QDomAttr | attributeNodeNS(String nsURI, String localName) |
| String | attributeNS(String nsURI, String localName, String defValue) |
| QDomNamedNodeMap | attributes() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| ArrayList | elementsByTagName(String tagname) |
| ArrayList | elementsByTagNameNS(String nsURI, String localName) |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | hasAttribute(String name) |
| boolean | hasAttributeNS(String nsURI, String localName) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isElement() |
| int | nodeType() |
| void | removeAttribute(String name) |
| QDomAttr | removeAttributeNode(QDomAttr oldAttr) |
| void | removeAttributeNS(String nsURI, String localName) |
| void | setAttribute(String name, String value) |
| void | setAttribute(String name, int value) |
| void | setAttribute(String name, long value) |
| void | setAttribute(String name, double value) |
| QDomAttr | setAttributeNode(QDomAttr newAttr) |
| QDomAttr | setAttributeNodeNS(QDomAttr newAttr) |
| void | setAttributeNS(String nsURI, String qName, String value) |
| void | setAttributeNS(String nsURI, String qName, int value) |
| void | setAttributeNS(String nsURI, String qName, long value) |
| void | setAttributeNS(String nsURI, String qName, double value) |
| void | setTagName(String name) |
| String | tagName() |
| String | text() |