Uses of Class
io.qt.xml.QDomNode.NodeType
Package | Description |
---|---|
io.qt.xml |
-
Uses of QDomNode.NodeType in io.qt.xml
Methods in io.qt.xml that return QDomNode.NodeType Modifier and Type Method Description QDomNode.NodeType
QDomNode. nodeType()
static QDomNode.NodeType
QDomNode.NodeType. resolve(int value)
Returns the corresponding enum entry for the given value.static QDomNode.NodeType
QDomNode.NodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDomNode.NodeType[]
QDomNode.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.