net.sf.fikin.ant.types
Class XPathFactoryLiaison
java.lang.Object
net.sf.fikin.ant.types.FactoryLiaison
net.sf.fikin.ant.types.XPathFactoryLiaison
public class XPathFactoryLiaison
- extends FactoryLiaison
XPathFactory implementation for the FactoryLiaison interface
Supports only boolean (true/false) attribute values
created on Jan 3, 2007
- Since:
- Version:
- $Revision: 1.2 $
- Author:
- fiykov
Method Summary |
protected java.lang.Object |
newFactory()
create new default factory instance |
protected void |
setAttribute(java.lang.Object factory,
Parameter param)
set a single attribute to the factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathFactoryLiaison
public XPathFactoryLiaison()
newFactory
protected java.lang.Object newFactory()
- Description copied from class:
FactoryLiaison
- create new default factory instance
- Specified by:
newFactory
in class FactoryLiaison
- Returns:
- new XPathFactory
setAttribute
protected void setAttribute(java.lang.Object factory,
Parameter param)
throws org.apache.tools.ant.BuildException
- Description copied from class:
FactoryLiaison
- set a single attribute to the factory
- Specified by:
setAttribute
in class FactoryLiaison
- Parameters:
factory
- is an XPathFactoryparam
- is name and value (boolean values only)
- Throws:
org.apache.tools.ant.BuildException
Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.