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.ExpandedName

Packages that use ExpandedName
org.eclipse.jet.xpath.inspector Interfaces allowing in-memory models to be handled by the JET XPath processor. 
 

Uses of ExpandedName in org.eclipse.jet.xpath.inspector
 

Fields in org.eclipse.jet.xpath.inspector declared as ExpandedName
static  ExpandedName ExpandedName. ALL
          Defines the expanded name that matches all other expanded names.
 

Methods in org.eclipse.jet.xpath.inspector that return ExpandedName
  ExpandedName INodeInspector. expandedNameOf (java.lang.Object node)
          Return the expanded name of the node.
  ExpandedName SimpleElementRequiresValueException. getElementName ()
           
  ExpandedName InvalidChildException. getElementName ()
           
 

Methods in org.eclipse.jet.xpath.inspector with parameters of type ExpandedName
 java.lang.Object IElementInspector. addElement (java.lang.Object node, ExpandedName elementName, java.lang.Object addBeforeThisSibling)
          Create a new Element under context Node
 java.lang.Object IElementInspector. getNamedAttribute (java.lang.Object node, ExpandedName nameTestExpandedName)
          Return the named attribute for the given contextNode.
 java.lang.Object[] INodeInspectorExtension1. getNamedChildren (java.lang.Object node, ExpandedName nameTestExpandedName)
          Return the named children element for the given contextNode.
 boolean INodeInspector. testExpandedName (java.lang.Object node, ExpandedName testName)
          Determine whether the name of the node matches the passed expanded name.
 

Constructors in org.eclipse.jet.xpath.inspector with parameters of type ExpandedName
InvalidChildException (java.lang.Object parentElement, ExpandedName elementName, java.lang.Object childElement)
          Create an exception instance
SimpleElementRequiresValueException (java.lang.Object parentElement, ExpandedName elementName)
          Construct an exception instance
 


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