Uses of Class
org.eclipse.actf.util.xpath.XPathServiceFactory

Packages that use XPathServiceFactory
org.eclipse.actf.util.xpath   
org.eclipse.actf.util.xpath.jaxp   
 

Uses of XPathServiceFactory in org.eclipse.actf.util.xpath
 

Methods in org.eclipse.actf.util.xpath with parameters of type XPathServiceFactory
static void XPathServiceFactory.setFactory(XPathServiceFactory f)
          Set XPathServiceFactory
 

Uses of XPathServiceFactory in org.eclipse.actf.util.xpath.jaxp
 

Subclasses of XPathServiceFactory in org.eclipse.actf.util.xpath.jaxp
 class XPathServiceFactoryImpl
           
 

Methods in org.eclipse.actf.util.xpath.jaxp that return XPathServiceFactory
static XPathServiceFactory XPathServiceFactoryImpl.newInstance()