Javax.Xml.Transform.ITemplates
An object that implements this interface is the runtime representation of processed transformation instructions.

See Also: ITemplates Members

Syntax

[Android.Runtime.Register("javax/xml/transform/Templates", "", "Javax.Xml.Transform.ITemplatesInvoker")]
public interface ITemplates : Android.Runtime.IJavaObject, IDisposable

Remarks

An object that implements this interface is the runtime representation of processed transformation instructions.

Templates must be thread-safe for a given instance over multiple threads running concurrently, and may be used multiple times in a given session.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Transform
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8