com.trolltech.qt.xml
Class QDomNode.NodeType
java.lang.Object
java.lang.Enum
com.trolltech.qt.xml.QDomNode.NodeType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QDomNode
public static final class QDomNode.NodeType
- extends java.lang.Enum
- implements QtEnumerator
This enum defines the type of the node.
- See Also:
- Serialized Form
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 |
ElementNode
public static final QDomNode.NodeType ElementNode
AttributeNode
public static final QDomNode.NodeType AttributeNode
TextNode
public static final QDomNode.NodeType TextNode
CDATASectionNode
public static final QDomNode.NodeType CDATASectionNode
EntityReferenceNode
public static final QDomNode.NodeType EntityReferenceNode
EntityNode
public static final QDomNode.NodeType EntityNode
ProcessingInstructionNode
public static final QDomNode.NodeType ProcessingInstructionNode
CommentNode
public static final QDomNode.NodeType CommentNode
DocumentNode
public static final QDomNode.NodeType DocumentNode
DocumentTypeNode
public static final QDomNode.NodeType DocumentTypeNode
DocumentFragmentNode
public static final QDomNode.NodeType DocumentFragmentNode
NotationNode
public static final QDomNode.NodeType NotationNode
BaseNode
public static final QDomNode.NodeType BaseNode
- A
QDomNode
object, i.e. not a QDomNode
subclass.
CharacterDataNode
public static final QDomNode.NodeType CharacterDataNode
values
public static QDomNode.NodeType[] values()
valueOf
public static QDomNode.NodeType valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QDomNode.NodeType resolve(int value)
- Returns the NodeType constant with the specified int.