java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNode
io.qt.xml.QDomElement
- All Implemented Interfaces:
io.qt.QtObjectInterface,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.NodeTypeNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QDomElement arg__1) final StringOverloaded function forattribute(java.lang.String, java.lang.String)withdefValue = (String)null.final Stringfinal QDomAttrattributeNode(String name) final QDomAttrattributeNodeNS(String nsURI, String localName) final StringattributeNS(String nsURI, String localName) Overloaded function forattributeNS(java.lang.String, java.lang.String, java.lang.String)withdefValue = (String)null.final StringattributeNS(String nsURI, String localName, String defValue) final QDomNamedNodeMapclone()Creates and returns a copy of this object.final QDomNodeListelementsByTagName(String tagname) final QDomNodeListelementsByTagNameNS(String nsURI, String localName) final booleanhasAttribute(String name) final booleanhasAttributeNS(String nsURI, String localName) final voidremoveAttribute(String name) final QDomAttrremoveAttributeNode(QDomAttr oldAttr) final voidremoveAttributeNS(String nsURI, String localName) final voidsetAttribute(String name, double value) final voidsetAttribute(String name, float value) final voidsetAttribute(String name, int value) final voidsetAttribute(String name, long value) final voidsetAttribute(String name, String value) final QDomAttrsetAttributeNode(QDomAttr newAttr) final QDomAttrsetAttributeNodeNS(QDomAttr newAttr) final voidsetAttributeNS(String nsURI, String qName, double value) final voidsetAttributeNS(String nsURI, String qName, int value) final voidsetAttributeNS(String nsURI, String qName, long value) final voidsetAttributeNS(String nsURI, String qName, String value) final voidsetTagName(String name) final StringtagName()final Stringtext()Methods inherited from class io.qt.xml.QDomNode
appendChild, assign, childNodes, clear, cloneNode, cloneNode, columnNumber, equals, firstChild, firstChildElement, 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, lastChildElement, lineNumber, localName, namedItem, namespaceURI, nextSibling, nextSiblingElement, nextSiblingElement, nextSiblingElement, nodeName, nodeType, nodeValue, normalize, ownerDocument, parentNode, prefix, previousSibling, previousSiblingElement, previousSiblingElement, previousSiblingElement, removeChild, replaceChild, save, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText, writeToMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomElement
public QDomElement() -
QDomElement
-
-
Method Details
-
attribute
-
attributeNS
-
attributeNode
-
attributeNodeNS
-
attributes
-
elementsByTagName
-
elementsByTagNameNS
-
hasAttribute
-
hasAttributeNS
-
assign
-
removeAttribute
-
removeAttributeNS
-
removeAttributeNode
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttribute
-
setAttributeNS
-
setAttributeNS
-
setAttributeNS
-
setAttributeNS
-
setAttributeNode
-
setAttributeNodeNS
-
setTagName
-
tagName
-
text
-
clone
Creates and returns a copy of this object.
-
attribute
Overloaded function for
attribute(java.lang.String, java.lang.String)withdefValue = (String)null. -
attributeNS
Overloaded function for
attributeNS(java.lang.String, java.lang.String, java.lang.String)withdefValue = (String)null.
-