Set a custom attribute for the JAXP factory implementation.
Parameters: name - the attribute name. Parameters: value - the value of the attribute, usually a booleanstring or object. since: Ant 1.6
Set the factory name to use instead of JAXP default lookup.
Parameters: name - the fully qualified class name of the factory to useor null for the default JAXP look up mechanism. since: Ant 1.6
Set the output property for the current transformer.
Note that the stylesheet must be set prior to calling
this method.
Parameters: name - the output property name. Parameters: value - the output property value. since: Ant 1.5 since: Ant 1.5