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
Interface XPath


public interface XPath

Interface to an XPath processor.

Note: Once JET moves to Java 1.5 or later only, this interface will be migrated to javax.xml.xpath.XPath


Method Summary
  XPathExpression compile (java.lang.String expression)
           
  NamespaceContext getNamespaceContext ()
           
  XPathFunctionResolver getXPathFunctionResolver ()
           
  XPathVariableResolver getXPathVariableResolver ()
           
 void setNamespaceContext ( NamespaceContext nsContext)
           
 void setXPathFunctionResolver ( XPathFunctionResolver resolver)
           
 void setXPathVariableResolver ( XPathVariableResolver resolver)
           
 

Method Detail

setXPathFunctionResolver

void setXPathFunctionResolver(
XPathFunctionResolver resolver)

getXPathFunctionResolver


XPathFunctionResolver getXPathFunctionResolver()

setXPathVariableResolver

void setXPathVariableResolver(
XPathVariableResolver resolver)

getXPathVariableResolver


XPathVariableResolver getXPathVariableResolver()

compile


XPathExpression compile(java.lang.String expression)
                        throws 
XPathException
Throws:
XPathException

setNamespaceContext

void setNamespaceContext(
NamespaceContext nsContext)

getNamespaceContext


NamespaceContext getNamespaceContext()

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