Module qtjambi.xml
Package io.qt.xml

Class QDomNode

java.lang.Object
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