|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.xml.QDomNode.NodeType
public static final class QDomNode.NodeType
This enum defines the type of the node.
Field Summary | |
---|---|
static QDomNode.NodeType |
AttributeNode
Value: AttributeNode |
static QDomNode.NodeType |
BaseNode
A QDomNode object, i.e. |
static QDomNode.NodeType |
CDATASectionNode
Value: CDATASectionNode |
static QDomNode.NodeType |
CharacterDataNode
Value: CharacterDataNode |
static QDomNode.NodeType |
CommentNode
Value: CommentNode |
static QDomNode.NodeType |
DocumentFragmentNode
Value: DocumentFragmentNode |
static QDomNode.NodeType |
DocumentNode
Value: DocumentNode |
static QDomNode.NodeType |
DocumentTypeNode
Value: DocumentTypeNode |
static QDomNode.NodeType |
ElementNode
Value: ElementNode |
static QDomNode.NodeType |
EntityNode
Value: EntityNode |
static QDomNode.NodeType |
EntityReferenceNode
Value: EntityReferenceNode |
static QDomNode.NodeType |
NotationNode
Value: NotationNode |
static QDomNode.NodeType |
ProcessingInstructionNode
Value: ProcessingInstructionNode |
static QDomNode.NodeType |
TextNode
Value: TextNode |
Method Summary | |
---|---|
static QDomNode.NodeType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QDomNode.NodeType |
valueOf(java.lang.String name)
|
static QDomNode.NodeType[] |
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 QDomNode.NodeType ElementNode
public static final QDomNode.NodeType AttributeNode
public static final QDomNode.NodeType TextNode
public static final QDomNode.NodeType CDATASectionNode
public static final QDomNode.NodeType EntityReferenceNode
public static final QDomNode.NodeType EntityNode
public static final QDomNode.NodeType ProcessingInstructionNode
public static final QDomNode.NodeType CommentNode
public static final QDomNode.NodeType DocumentNode
public static final QDomNode.NodeType DocumentTypeNode
public static final QDomNode.NodeType DocumentFragmentNode
public static final QDomNode.NodeType NotationNode
public static final QDomNode.NodeType BaseNode
QDomNode
object, i.e. not a QDomNode
subclass.
public static final QDomNode.NodeType CharacterDataNode
Method Detail |
---|
public static QDomNode.NodeType[] values()
public static QDomNode.NodeType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QDomNode.NodeType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |