java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomNode
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QDomAttr
,QDomCharacterData
,QDomDocument
,QDomDocumentFragment
,QDomDocumentType
,QDomElement
,QDomEntity
,QDomEntityReference
,QDomNotation
,QDomProcessingInstruction
public class QDomNode extends QtObject implements Cloneable
The base class for all the nodes in a DOM tree
Java wrapper for Qt class QDomNode
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QDomNode.EncodingPolicy
Java wrapper for Qt enum QDomNode::EncodingPolicystatic class
QDomNode.NodeType
Java wrapper for Qt enum QDomNode::NodeType -
Constructor Summary
Constructors Modifier Constructor Description QDomNode()
protected
QDomNode(QtObject.QPrivateConstructor p)
Constructor for internal use only.QDomNode(QDomNode arg__1)
-
Method Summary
-
Constructor Details
-
Method Details
-
appendChild
-
childNodes
-
clear
-
cloneNode
Overloaded function for
cloneNode(boolean)
withdeep = true
. -
cloneNode
-
columnNumber
-
firstChild
-
firstChildElement
Overloaded function for
firstChildElement(java.lang.String)
withtagName = ""
. -
firstChildElement
-
hasAttributes
-
hasChildNodes
-
insertAfter
-
insertBefore
-
isAttr
-
isCDATASection
-
isCharacterData
-
isComment
-
isDocument
-
isDocumentFragment
-
isDocumentType
-
isElement
-
isEntity
-
isEntityReference
-
isNotation
-
isNull
-
isProcessingInstruction
-
isSupported
-
isText
-
lastChild
-
lastChildElement
Overloaded function for
lastChildElement(java.lang.String)
withtagName = ""
. -
lastChildElement
-
lineNumber
-
localName
-
namedItem
-
namespaceURI
-
nextSibling
-
nextSiblingElement
Overloaded function for
nextSiblingElement(java.lang.String)
withtaName = ""
. -
nextSiblingElement
-
nodeName
-
nodeType
-
nodeValue
-
normalize
-
writeTo
-
ownerDocument
-
parentNode
-
prefix
-
previousSibling
-
previousSiblingElement
Overloaded function for
previousSiblingElement(java.lang.String)
withtagName = ""
. -
previousSiblingElement
-
removeChild
-
replaceChild
-
save
Overloaded function for
save(io.qt.core.QTextStream, int, io.qt.xml.QDomNode.EncodingPolicy)
witharg__3 = io.qt.xml.QDomNode.EncodingPolicy.EncodingFromDocument
. -
save
@QtUninvokable public final void save(QTextStream arg__1, int arg__2, QDomNode.EncodingPolicy arg__3) -
setNodeValue
-
setPrefix
-
toAttr
-
toCDATASection
-
toCharacterData
-
toComment
-
toDocument
-
toDocumentFragment
-
toDocumentType
-
toElement
-
toEntity
-
toEntityReference
-
toNotation
-
toProcessingInstruction
-
toText
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-