The members of Javax.Xml.Parsers.SAXParserFactory are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| NamespaceAware | bool. Indicates whether or not the factory is configured to produce parsers which are namespace aware. | |
| Schema | Javax.Xml.Validation.Schema. Gets the Javax.Xml.Validation.Schema object specified through the SAXParserFactory.Schema method. | |
| Validating | bool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse. | |
| XIncludeAware | bool. |
| [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 | GetFeature(string) | |
static | NewInstance()Returns Android's implementation of SAXParserFactory. | |
static | NewInstance(string, Java.Lang.ClassLoader)Returns an instance of the named implementation of SAXParserFactory. | |
abstract | NewSAXParser() | |
abstract | SetFeature(string, bool)
| |