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

  




 

 

Eclipse JET Guide
Previous Page Home Next Page


Package org.eclipse.jet.xpath.inspector

Interfaces allowing in-memory models to be handled by the JET XPath processor.

See:
           Description

Interface Summary
IElementInspector Specialization of INodeInspector for nodes where getNodeKind() returns ELEMENT.
INodeInspector Interface providing the XPath parser with information on a particular object.
INodeInspectorExtension1 An optional extension interface of INodeInspector allowing faster access to named child nodes.
 

Class Summary
ExpandedName Define the XPath ExpandedName.
INodeInspector.NodeKind A type safe enumeration of node kinds recognized by the JET XPath engine.
InspectorManager Manager for finding XPath Inspectors for classes
 

Exception Summary
AddElementException Exception thrown in case of errors by IElementInspector.addTextElement(Object, String, String, boolean).
CopyElementException Thrown during if an error occurs during the execution of IElementInspector.copyElement(Object, Object, String, boolean).
InvalidChildException Represent an inconsistency between at child element's parent, and its parent as specified in a method call.
SimpleElementRequiresValueException Represent at attempt to create a simple Element (one with only text context) without specifying a value.
 

Package org.eclipse.jet.xpath.inspector Description

Interfaces allowing in-memory models to be handled by the JET XPath processor.


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