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

  




 

 


org.eclipse.jet.xpath.inspector
Interface INodeInspectorExtension1


public interface INodeInspectorExtension1

An optional extension interface of INodeInspector allowing faster access to named child nodes.


Method Summary
 java.lang.Object[] getNamedChildren (java.lang.Object node, ExpandedName nameTestExpandedName)
          Return the named children element for the given contextNode.
 

Method Detail

getNamedChildren

java.lang.Object[] getNamedChildren(java.lang.Object node,
                                    
ExpandedName nameTestExpandedName)
Return the named children element for the given contextNode. The implementer may assume that getNodeKind(contextNode) is either NodeKind.ELEMENT or NodeKind.ROOT. The nameTestExpandedName will be in one of two forms:
  • ExpandedName.getNamespaceURI() returns null and ExpandedName.getLocalPart() is a name.
  • ExpandedName.getNamespaceURI() returns non-null and ExpandedName.getLocalPart() is a name.
  • This method will not be called if the XPath nameTest includes a wild-card character (*).

    Parameters:
    node - the ELEMENT or ROOT to search
    nameTestExpandedName - the expanded name of the element to find.
    Returns:
    the child element or null if not found.

    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