org.eclipse.actf.util.xpath
Class XPathServiceFactory
java.lang.Object
org.eclipse.actf.util.xpath.XPathServiceFactory
- Direct Known Subclasses:
- XPathServiceFactoryImpl
public abstract class XPathServiceFactory
- extends Object
Factory class to obtain XPathService utility.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathServiceFactory
public XPathServiceFactory()
setFactory
public static void setFactory(XPathServiceFactory f)
- Set XPathServiceFactory
- Parameters:
f
- the target XPathServiceFactory
newService
public static XPathService newService()
- Returns XPathService instance
- Returns:
- XPathService instance
getService
protected abstract XPathService getService()