|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.xpath.inspector.INodeInspector.NodeKind
public static final class INodeInspector.NodeKind
A type safe enumeration of node kinds recognized by the JET XPath engine.
Field Summary | |
---|---|
static INodeInspector.NodeKind |
ATTRIBUTE
A node that is an attribute of an element node. |
static INodeInspector.NodeKind |
COMMENT
A node that contains a document comment, and is contained by either a root node or an element node. |
static INodeInspector.NodeKind |
ELEMENT
A node that is the element of a document. |
static INodeInspector.NodeKind |
NAMESPACE
A node that is identifies a namespace for an element node. |
static INodeInspector.NodeKind |
PROCESSING_INSTRUCTION
A node that contains processing instructions, and is contained by a root node or and element node. |
static INodeInspector.NodeKind |
ROOT
A node that is the root of a document. |
static INodeInspector.NodeKind |
TEXT
A node that contains textual information, which in turn is contained by an element node. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final INodeInspector.NodeKind ROOT
public static final INodeInspector.NodeKind ELEMENT
public static final INodeInspector.NodeKind ATTRIBUTE
public static final INodeInspector.NodeKind NAMESPACE
public static final INodeInspector.NodeKind TEXT
public static final INodeInspector.NodeKind PROCESSING_INSTRUCTION
public static final INodeInspector.NodeKind COMMENT
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |