Language

ITemplatesHandler.Templates Property

Definition

When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.

public Javax.Xml.Transform.ITemplates? Templates { [Android.Runtime.Register("getTemplates", "()Ljavax/xml/transform/Templates;", "GetGetTemplatesHandler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getTemplates", "()Ljavax/xml/transform/Templates;", "GetGetTemplatesHandler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.Templates : Javax.Xml.Transform.ITemplates

Property Value

The Templates object that was created during the SAX event process, or null if no Templates object has been created.

Attributes

Remarks

When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.

Java reference for javax.xml.transform.sax.TemplatesHandler.getTemplates.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to