Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Uses of Class
org.eclipse.jet.xpath.inspector.INodeInspector.NodeKind

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. ATTRIBUTE
          A node that is an attribute of an 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.
static  INodeInspector.NodeKind INodeInspector.NodeKind. ELEMENT
          A node that is the element of a document.
static  INodeInspector.NodeKind INodeInspector.NodeKind. NAMESPACE
          A node that is identifies a namespace for 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. ROOT
          A node that is the root of a document.
static  INodeInspector.NodeKind INodeInspector.NodeKind. TEXT
          A node that contains textual information, which in turn is contained by 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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire