The members of Javax.Xml.Transform.Sax.SAXTransformerFactory are listed below.
See Also: Inherited members from Javax.Xml.Transform.TransformerFactory
| The default constructor is protected on purpose. | ||
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Feature | string. 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 | FeatureXmlfilter | string. 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. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | NewTemplatesHandler()Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object. | |
abstract | NewTransformerHandler()Get a TransformerHandler object that can process SAX ContentHandler events into a Result. | |
abstract | NewTransformerHandler(Javax.Xml.Transform.ISource)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)Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument. | |
abstract | NewXMLFilter(Javax.Xml.Transform.ISource)Create an XMLFilter that uses the given Source as the transformation instructions. | |
abstract | NewXMLFilter(Javax.Xml.Transform.ITemplates)Create an XMLFilter, based on the Templates argument. | |