org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory.Attribute
public static
class
XSLTProcess.Factory.Attribute
extends Object
implements DynamicConfigurator
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)
public Object createDynamicElement(String name)
public String getName()
Returns: the attribute name.
public Object getValue()
Returns: the output property value.
public void setDynamicAttribute(String name, String value)
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.