org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory.Attribute
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory.Attribute
- XSLTProcess.Factory
- DynamicAttribute, DynamicConfigurator, DynamicElement
public static class XSLTProcess.Factory.Attribute
extends java.lang.Object
A JAXP factory attribute. This is mostly processor specific, for
example for Xalan 2.3+, the following attributes could be set:
- http://xml.apache.org/xalan/features/optimize (true|false)
- http://xml.apache.org/xalan/features/incremental (true|false)
getName
public String getName()
getValue
public Object getValue()
- the output property value.
setDynamicAttribute
public void setDynamicAttribute(String name,
String value)
throws BuildException
Set a named attribute to the given value
- setDynamicAttribute in interface DynamicAttribute
name
- the name of the attributevalue
- the new value of the attribute
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.