org.kde.qt
Class QDomAttr
java.lang.Object
org.kde.qt.QDomNode
org.kde.qt.QDomAttr
- All Implemented Interfaces:
- QtSupport
public class QDomAttr
- extends QDomNode
| Fields inherited from class org.kde.qt.QDomNode |
AttributeNode, BaseNode, CDATASectionNode, CharacterDataNode, CommentNode, DocumentFragmentNode, DocumentNode, DocumentTypeNode, ElementNode, EntityNode, EntityReferenceNode, NotationNode, ProcessingInstructionNode, TextNode |
| Methods inherited from class org.kde.qt.QDomNode |
appendChild, attributes, childNodes, clear, cloneNode, cloneNode, firstChild, hasAttributes, hasChildNodes, insertAfter, insertBefore, isCDATASection, isCharacterData, isComment, isDocument, isDocumentFragment, isDocumentType, isElement, isEntity, isEntityReference, isNotation, isNull, isProcessingInstruction, isSupported, isText, lastChild, localName, namedItem, namespaceURI, nextSibling, nodeName, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, replaceChild, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QDomAttr
protected QDomAttr(java.lang.Class dummy)
QDomAttr
public QDomAttr()
QDomAttr
public QDomAttr(QDomAttr x)
name
public java.lang.String name()
specified
public boolean specified()
ownerElement
public QDomElement ownerElement()
value
public java.lang.String value()
setValue
public void setValue(java.lang.String arg1)
nodeType
public int nodeType()
- Overrides:
nodeType in class QDomNode
isAttr
public boolean isAttr()
- Overrides:
isAttr in class QDomNode
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize in class QDomNode
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
- Overrides:
dispose in class QDomNode
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?
- Overrides:
isDisposed in class QDomNode