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:
Method Summary
ObjectcreateDynamicElement(String name)
StringgetName()
ObjectgetValue()
voidsetDynamicAttribute(String name, String value)

Method Detail

createDynamicElement

public Object createDynamicElement(String name)

getName

public String getName()

Returns: the attribute name.

getValue

public Object getValue()

Returns: the output property value.

setDynamicAttribute

public void setDynamicAttribute(String name, String value)
Copyright