Javax.Xml.Transform.TransformerFactory: Method Members

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

Public Methods

abstract
GetAssociatedStylesheet(ISource, string, string, string) : ISource
abstract
GetAttribute(string) : Java.Lang.Object
Allows the user to retrieve specific attributes on the underlying implementation.
abstract
GetFeature(string) : bool
Look up the value of a feature.
static
NewInstance() : TransformerFactory
Returns Android's implementation of TransformerFactory.
static
NewInstance(string, Java.Lang.ClassLoader) : TransformerFactory
Returns an instance of the named implementation of TransformerFactory.
abstract
NewTemplates(ISource) : ITemplates
Process the Source into a Templates object, which is a a compiled representation of the source.
abstract
NewTransformer() : Transformer
abstract
NewTransformer(ISource) : Transformer
abstract
SetAttribute(string, Java.Lang.Object)
Allows the user to set specific attributes on the underlying implementation.
abstract
SetFeature(string, bool)
  • true: the implementation will limit XML processing to conform to implementation limits and behave in a secure fashion as defined by the implementation. Examples include resolving user defined style sheets and functions. If XML processing is limited for security reasons, it will be reported via a call to the registered IErrorListener.FatalError(TransformerException). See TransformerFactory.ErrorListener.
  • false: the implementation will processing XML according to the XML specifications without regard to possible implementation limits.