|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QDomNode.NodeType>
com.trolltech.qt.xml.QDomNode.NodeType
public static enum QDomNode.NodeType
This enum defines the type of the node.
Constant | Value | Description |
---|---|---|
ElementNode | 1 | |
AttributeNode | 2 | |
TextNode | 3 | |
CDATASectionNode | 4 | |
EntityReferenceNode | 5 | |
EntityNode | 6 | |
ProcessingInstructionNode | 7 | |
CommentNode | 8 | |
DocumentNode | 9 | |
DocumentTypeNode | 10 | |
DocumentFragmentNode | 11 | |
NotationNode | 12 | |
BaseNode | 21 | A QDomNode object, i.e. not a QDomNode subclass. |
CharacterDataNode | 22 |
Enum Constant Summary | |
---|---|
AttributeNode
Internal. |
|
BaseNode
A QDomNode object, i.e. not a QDomNode subclass. |
|
CDATASectionNode
Internal. |
|
CharacterDataNode
Internal. |
|
CommentNode
Internal. |
|
DocumentFragmentNode
Internal. |
|
DocumentNode
Internal. |
|
DocumentTypeNode
Internal. |
|
ElementNode
Internal. |
|
EntityNode
Internal. |
|
EntityReferenceNode
Internal. |
|
NotationNode
Internal. |
|
ProcessingInstructionNode
Internal. |
|
TextNode
Internal. |
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)
Returns the enum constant of this type with the specified name. |
static QDomNode.NodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant 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
public static final QDomNode.NodeType CharacterDataNode
Method Detail |
---|
public static QDomNode.NodeType[] values()
for (QDomNode.NodeType c : QDomNode.NodeType.values()) System.out.println(c);
public static QDomNode.NodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QDomNode.NodeType resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |