Javax.Xml.Transform.TransformerFactory Members

The members of Javax.Xml.Transform.TransformerFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Default constructor is protected on purpose.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

abstract
ErrorListenerIErrorListener. Get the error event handler for the TransformerFactory.
abstract
URIResolverIURIResolver. Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

ErrorDocumentation for this section has not yet been entered.
FatalErrorDocumentation for this section has not yet been entered.
WarningDocumentation for this section has not yet been entered.