Javax.Xml.Transform.Sax.SAXTransformerFactory Members

The members of Javax.Xml.Transform.Sax.SAXTransformerFactory are listed below.

See Also: Inherited members from Javax.Xml.Transform.TransformerFactory

Protected Constructors

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

Public Fields

const
Featurestring. If Javax.Xml.Transform.TransformerFactory.GetFeature(string) returns true when passed this value as an argument, the TransformerFactory returned from Javax.Xml.Transform.TransformerFactory.NewInstance may be safely cast to a SAXTransformerFactory.
const
FeatureXmlfilterstring. If Javax.Xml.Transform.TransformerFactory.GetFeature(string) returns true when passed this value as an argument, the SAXTransformerFactory.NewXMLFilter(Javax.Xml.Transform.ISource) and SAXTransformerFactory.NewXMLFilter(Javax.Xml.Transform.ITemplates) methods are supported.

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
NewTemplatesHandler() : ITemplatesHandler
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
abstract
NewTransformerHandler() : ITransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
abstract
NewTransformerHandler(Javax.Xml.Transform.ISource) : ITransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
abstract
NewTransformerHandler(Javax.Xml.Transform.ITemplates) : ITransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
abstract
NewXMLFilter(Javax.Xml.Transform.ISource) : Org.Xml.Sax.IXMLFilter
Create an XMLFilter that uses the given Source as the transformation instructions.
abstract
NewXMLFilter(Javax.Xml.Transform.ITemplates) : Org.Xml.Sax.IXMLFilter
Create an XMLFilter, based on the Templates argument.