java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomNode
io.qt.xml.QDomElement
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDomElement extends QDomNode implements Cloneable
Represents one element in the DOM tree
Java wrapper for Qt class QDomElement
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.xml.QDomNode
QDomNode.EncodingPolicy, QDomNode.NodeType
-
Constructor Summary
Constructors Modifier Constructor Description QDomElement()
protected
QDomElement(QtObject.QPrivateConstructor p)
Constructor for internal use only.QDomElement(QDomElement x)
-
Method Summary
Methods inherited from class io.qt.xml.QDomNode
appendChild, childNodes, clear, cloneNode, cloneNode, columnNumber, equals, firstChild, firstChildElement, firstChildElement, hasAttributes, hasChildNodes, hashCode, insertAfter, insertBefore, isAttr, isCDATASection, isCharacterData, isComment, isDocument, isDocumentFragment, isDocumentType, isElement, isEntity, isEntityReference, isNotation, isNull, isProcessingInstruction, isSupported, isText, lastChild, lastChildElement, lastChildElement, lineNumber, localName, namedItem, namespaceURI, nextSibling, nextSiblingElement, nextSiblingElement, nodeName, nodeType, nodeValue, normalize, ownerDocument, parentNode, prefix, previousSibling, previousSiblingElement, previousSiblingElement, removeChild, replaceChild, save, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText, writeTo
-
Constructor Details
-
QDomElement
public QDomElement() -
QDomElement
-
QDomElement
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
Overloaded function for
attribute(java.lang.String, java.lang.String)
withdefValue = ""
. -
attribute
-
attributeNS
Overloaded function for
attributeNS(java.lang.String, java.lang.String, java.lang.String)
withdefValue = ""
. -
attributeNS
-
attributeNode
-
attributeNodeNS
-
attributes
-
elementsByTagName
-
elementsByTagNameNS
-
hasAttribute
-
hasAttributeNS
-
removeAttribute
-
removeAttributeNS
-
removeAttributeNode
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttributeNS
-
setAttributeNS
-
setAttributeNS
-
setAttributeNS
-
setAttributeNode
-
setAttributeNodeNS
-
setTagName
-
tagName
-
text
-
clone
-