|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.xmlpatterns.QXmlNodeModelIndex.NodeKind
public static final class QXmlNodeModelIndex.NodeKind
Identifies a kind of node. Note that the optional XML declaration at very beginning of the XML document is not a processing instruction
QAbstractXmlNodeModel::kind()
.
Field Summary | |
---|---|
static QXmlNodeModelIndex.NodeKind |
Attribute
Identifies an attribute node |
static QXmlNodeModelIndex.NodeKind |
Comment
Identifies a comment node |
static QXmlNodeModelIndex.NodeKind |
Document
Identifies a document node |
static QXmlNodeModelIndex.NodeKind |
Element
Identifies an element node |
static QXmlNodeModelIndex.NodeKind |
Namespace
Identifies a namespace node |
static QXmlNodeModelIndex.NodeKind |
ProcessingInstruction
Identifies a processing instruction. |
static QXmlNodeModelIndex.NodeKind |
Text
Identifies a text node |
Method Summary | |
---|---|
static QXmlNodeModelIndex.NodeKind |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QXmlNodeModelIndex.NodeKind |
valueOf(java.lang.String name)
|
static QXmlNodeModelIndex.NodeKind[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QXmlNodeModelIndex.NodeKind Attribute
public static final QXmlNodeModelIndex.NodeKind Comment
public static final QXmlNodeModelIndex.NodeKind Document
public static final QXmlNodeModelIndex.NodeKind Element
public static final QXmlNodeModelIndex.NodeKind Namespace
public static final QXmlNodeModelIndex.NodeKind ProcessingInstruction
public static final QXmlNodeModelIndex.NodeKind Text
Method Detail |
---|
public static QXmlNodeModelIndex.NodeKind[] values()
public static QXmlNodeModelIndex.NodeKind valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QXmlNodeModelIndex.NodeKind resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |