Javax.Xml.Transform.TransformerFactory.NewTemplates Method
Process the Source into a Templates object, which is a a compiled representation of the source.

Syntax

[Android.Runtime.Register("newTemplates", "(Ljavax/xml/transform/Source;)Ljavax/xml/transform/Templates;", "GetNewTemplates_Ljavax_xml_transform_Source_Handler")]
public abstract ITemplates NewTemplates (ISource source)

Parameters

source
An object that holds a URL, input stream, etc.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Transform.TransformerConfigurationExceptionMay throw this during the parse when it is constructing the Templates object and fails.

Remarks

Process the Source into a Templates object, which is a a compiled representation of the source. This Templates object may then be used concurrently across multiple threads. Creating a Templates object allows the TransformerFactory to do detailed performance optimization of transformation instructions, without penalizing runtime transformation.

[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