Javax.Xml.Transform.Transformer Members

The members of Javax.Xml.Transform.Transformer are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Default constructor is protected on purpose.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

abstract
ErrorListenerIErrorListener. Get the error event handler in effect for the transformation.
abstract
OutputPropertiesJava.Util.Properties.
abstract
URIResolverIURIResolver. Get an object that will be used to resolve URIs used in document().

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
ClearParameters()
Clear all parameters set with setParameter.
abstract
GetOutputProperty(string) : string
Get an output property that is in effect for the transformer.
abstract
GetParameter(string) : Java.Lang.Object
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Public Events

ErrorDocumentation for this section has not yet been entered.
FatalErrorDocumentation for this section has not yet been entered.
WarningDocumentation for this section has not yet been entered.