The methods of Javax.Xml.Transform.Transformer are listed below. For a list of all members, see the Transformer Members list.
See Also: Inherited members from Java.Lang.Object
abstract | ClearParameters()Clear all parameters set with setParameter. | |
abstract | GetOutputProperty(string)Get an output property that is in effect for the transformer. | |
abstract | GetParameter(string)Get a parameter that was explicitly set with setParameter. | |
| Reset() | ||
abstract | SetOutputProperty(string, string)Set an output property that will be in effect for the transformation. | |
abstract | SetParameter(string, Java.Lang.Object)Add a parameter for the transformation. | |
abstract | Transform(ISource, IResult) | |
TransformAsync(ISource, IResult)Documentation for this section has not yet been entered. | ||