org.kde.qt

Class QDomNode

public class QDomNode extends Object implements QtSupport

Field Summary
static intAttributeNode
static intBaseNode
static intCDATASectionNode
static intCharacterDataNode
static intCommentNode
static intDocumentFragmentNode
static intDocumentNode
static intDocumentTypeNode
static intElementNode
static intEntityNode
static intEntityReferenceNode
static intNotationNode
static intProcessingInstructionNode
static intTextNode
Constructor Summary
protected QDomNode(Class dummy)
QDomNode()
QDomNode(QDomNode arg1)
Method Summary
QDomNodeappendChild(QDomNode newChild)
QDomNamedNodeMapattributes()
ArrayListchildNodes()
voidclear()
QDomNodecloneNode(boolean deep)
QDomNodecloneNode()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
QDomNodefirstChild()
booleanhasAttributes()
booleanhasChildNodes()
QDomNodeinsertAfter(QDomNode newChild, QDomNode refChild)
QDomNodeinsertBefore(QDomNode newChild, QDomNode refChild)
booleanisAttr()
booleanisCDATASection()
booleanisCharacterData()
booleanisComment()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisDocument()
booleanisDocumentFragment()
booleanisDocumentType()
booleanisElement()
booleanisEntity()
booleanisEntityReference()
booleanisNotation()
booleanisNull()
booleanisProcessingInstruction()
booleanisSupported(String feature, String version)
booleanisText()
QDomNodelastChild()
StringlocalName()
QDomNodenamedItem(String name)
Shortcut to avoid dealing with QDomArrayList all the time.
StringnamespaceURI()
QDomNodenextSibling()
StringnodeName()
intnodeType()
StringnodeValue()
voidnormalize()
booleanop_equals(QDomNode arg1)
booleanop_not_equals(QDomNode arg1)
QDomDocumentownerDocument()
QDomNodeparentNode()
Stringprefix()
QDomNodepreviousSibling()
QDomNoderemoveChild(QDomNode oldChild)
QDomNodereplaceChild(QDomNode newChild, QDomNode oldChild)
voidsave(QTextStream arg1, int arg2)
voidsetNodeValue(String arg1)
voidsetPrefix(String pre)
QDomAttrtoAttr()
QDomCDATASectiontoCDATASection()
QDomCharacterDatatoCharacterData()
QDomCommenttoComment()
QDomDocumenttoDocument()
QDomDocumentFragmenttoDocumentFragment()
QDomDocumentTypetoDocumentType()
QDomElementtoElement()
QDomEntitytoEntity()
QDomEntityReferencetoEntityReference()
QDomNotationtoNotation()
QDomProcessingInstructiontoProcessingInstruction()
QDomTexttoText()

Field Detail

AttributeNode

public static final int AttributeNode

BaseNode

public static final int BaseNode

CDATASectionNode

public static final int CDATASectionNode

CharacterDataNode

public static final int CharacterDataNode

CommentNode

public static final int CommentNode

DocumentFragmentNode

public static final int DocumentFragmentNode

DocumentNode

public static final int DocumentNode

DocumentTypeNode

public static final int DocumentTypeNode

ElementNode

public static final int ElementNode

EntityNode

public static final int EntityNode

EntityReferenceNode

public static final int EntityReferenceNode

NotationNode

public static final int NotationNode

ProcessingInstructionNode

public static final int ProcessingInstructionNode

TextNode

public static final int TextNode

Constructor Detail

QDomNode

protected QDomNode(Class dummy)

QDomNode

public QDomNode()

QDomNode

public QDomNode(QDomNode arg1)

Method Detail

appendChild

public QDomNode appendChild(QDomNode newChild)

attributes

public QDomNamedNodeMap attributes()

childNodes

public ArrayList childNodes()

clear

public void clear()

cloneNode

public QDomNode cloneNode(boolean deep)

cloneNode

public QDomNode cloneNode()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

firstChild

public QDomNode firstChild()

hasAttributes

public boolean hasAttributes()

hasChildNodes

public boolean hasChildNodes()

insertAfter

public QDomNode insertAfter(QDomNode newChild, QDomNode refChild)

insertBefore

public QDomNode insertBefore(QDomNode newChild, QDomNode refChild)

isAttr

public boolean isAttr()

isCDATASection

public boolean isCDATASection()

isCharacterData

public boolean isCharacterData()

isComment

public boolean isComment()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isDocument

public boolean isDocument()

isDocumentFragment

public boolean isDocumentFragment()

isDocumentType

public boolean isDocumentType()

isElement

public boolean isElement()

isEntity

public boolean isEntity()

isEntityReference

public boolean isEntityReference()

isNotation

public boolean isNotation()

isNull

public boolean isNull()

isProcessingInstruction

public boolean isProcessingInstruction()

isSupported

public boolean isSupported(String feature, String version)

isText

public boolean isText()

lastChild

public QDomNode lastChild()

localName

public String localName()

namedItem

public QDomNode namedItem(String name)
Shortcut to avoid dealing with QDomArrayList all the time.

UNKNOWN: Shortcut to avoid dealing with QDomNodeList all the time.

namespaceURI

public String namespaceURI()

nextSibling

public QDomNode nextSibling()

nodeName

public String nodeName()

nodeType

public int nodeType()

nodeValue

public String nodeValue()

normalize

public void normalize()

op_equals

public boolean op_equals(QDomNode arg1)

op_not_equals

public boolean op_not_equals(QDomNode arg1)

ownerDocument

public QDomDocument ownerDocument()

parentNode

public QDomNode parentNode()

prefix

public String prefix()

previousSibling

public QDomNode previousSibling()

removeChild

public QDomNode removeChild(QDomNode oldChild)

replaceChild

public QDomNode replaceChild(QDomNode newChild, QDomNode oldChild)

save

public void save(QTextStream arg1, int arg2)

setNodeValue

public void setNodeValue(String arg1)

setPrefix

public void setPrefix(String pre)

toAttr

public QDomAttr toAttr()

toCDATASection

public QDomCDATASection toCDATASection()

toCharacterData

public QDomCharacterData toCharacterData()

toComment

public QDomComment toComment()

toDocument

public QDomDocument toDocument()

toDocumentFragment

public QDomDocumentFragment toDocumentFragment()

toDocumentType

public QDomDocumentType toDocumentType()

toElement

public QDomElement toElement()

toEntity

public QDomEntity toEntity()

toEntityReference

public QDomEntityReference toEntityReference()

toNotation

public QDomNotation toNotation()

toProcessingInstruction

public QDomProcessingInstruction toProcessingInstruction()

toText

public QDomText toText()