net.sf.fikin.ant.types
Class XPathFactoryLiaison

java.lang.Object
  extended by net.sf.fikin.ant.types.FactoryLiaison
      extended by 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

Constructor Summary
XPathFactoryLiaison()
           
 
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 net.sf.fikin.ant.types.FactoryLiaison
getFactory, newFactory, setAttributes, setFactoryType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathFactoryLiaison

public XPathFactoryLiaison()
Method Detail

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 XPathFactory
param - is name and value (boolean values only)
Throws:
org.apache.tools.ant.BuildException


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.