The methods of Javax.Xml.Transform.TransformerFactory are listed below. For a list of all members, see the TransformerFactory Members list.
See Also: Inherited members from Java.Lang.Object
abstract | GetAssociatedStylesheet(ISource, string, string, string) | |
abstract | GetAttribute(string)Allows the user to retrieve specific attributes on the underlying implementation. | |
abstract | GetFeature(string)Look up the value of a feature. | |
static | NewInstance()Returns Android's implementation of TransformerFactory. | |
static | NewInstance(string, Java.Lang.ClassLoader)Returns an instance of the named implementation of TransformerFactory. | |
abstract | NewTemplates(ISource)Process the Source into a Templates object, which is a a compiled representation of the source. | |
abstract | NewTransformer() | |
abstract | NewTransformer(ISource) | |
abstract | SetAttribute(string, Java.Lang.Object)Allows the user to set specific attributes on the underlying implementation. | |
abstract | SetFeature(string, bool)
| |