net.sf.fikin.ant
Class XsltTask.Factory

java.lang.Object
  extended by net.sf.fikin.ant.types.IfUnless
      extended by net.sf.fikin.ant.XsltTask.Factory
All Implemented Interfaces:
Type
Enclosing class:
XsltTask

public class XsltTask.Factory
extends IfUnless

The factory element to configure a transformer factory


Constructor Summary
XsltTask.Factory()
           
 
Method Summary
 void addAttribute(Parameter attr)
          Create an instance of a factory attribute.
 void check(org.apache.tools.ant.Task task)
          test that attributes are consistent
 java.util.Enumeration getAttributes()
          return the attribute elements.
 java.lang.String getName()
           
 void setName(java.lang.String name)
          Set the name of the factory
 
Methods inherited from class net.sf.fikin.ant.types.IfUnless
setIf, setUnless, shouldUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltTask.Factory

public XsltTask.Factory()
Method Detail

getName

public java.lang.String getName()
Returns:
the name of the factory.

setName

public void setName(java.lang.String name)
Set the name of the factory

Parameters:
name - the name of the factory.

addAttribute

public void addAttribute(Parameter attr)
Create an instance of a factory attribute. the newly created factory attribute


getAttributes

public java.util.Enumeration getAttributes()
return the attribute elements.

Returns:
the enumeration of attributes

check

public void check(org.apache.tools.ant.Task task)
           throws org.apache.tools.ant.BuildException
test that attributes are consistent

Parameters:
task - is enclosing ant task
Throws:
org.apache.tools.ant.BuildException


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