|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INodeInspector.NodeKind | |
---|---|
org.eclipse.jet.xpath.inspector | Interfaces allowing in-memory models to be handled by the JET XPath processor. |
Uses of INodeInspector.NodeKind in org.eclipse.jet.xpath.inspector |
---|
Fields in org.eclipse.jet.xpath.inspector declared as INodeInspector.NodeKind | |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.ROOT
A node that is the root of a document. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.ELEMENT
A node that is the element of a document. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.ATTRIBUTE
A node that is an attribute of an element node. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.NAMESPACE
A node that is identifies a namespace for an element node. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.TEXT
A node that contains textual information, which in turn is contained by an element node. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.PROCESSING_INSTRUCTION
A node that contains processing instructions, and is contained by a root node or and element node. |
static INodeInspector.NodeKind |
INodeInspector.NodeKind.COMMENT
A node that contains a document comment, and is contained by either a root node or an element node. |
Methods in org.eclipse.jet.xpath.inspector that return INodeInspector.NodeKind | |
INodeInspector.NodeKind |
INodeInspector.getNodeKind(java.lang.Object obj)
Return the XPath node kind of the passed object. |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |