Javax.Xml.Parsers.SAXParserFactory Members

The members of Javax.Xml.Parsers.SAXParserFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

NamespaceAwarebool. Indicates whether or not the factory is configured to produce parsers which are namespace aware.
SchemaJavax.Xml.Validation.Schema. Gets the Javax.Xml.Validation.Schema object specified through the SAXParserFactory.Schema method.
Validatingbool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
XIncludeAwarebool.

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
GetFeature(string) : bool
static
NewInstance() : SAXParserFactory
Returns Android's implementation of SAXParserFactory.
static
NewInstance(string, Java.Lang.ClassLoader) : SAXParserFactory
Returns an instance of the named implementation of SAXParserFactory.
abstract
NewSAXParser() : SAXParser
abstract
SetFeature(string, bool)
  • true: the implementation will limit XML processing to conform to implementation limits. Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources. If XML processing is limited for security reasons, it will be reported via a call to the registered Org.Xml.Sax.IErrorHandler.FatalError(Org.Xml.Sax.SAXParseException). See Javax.Xml.Parsers.SAXParserparse methods for handler specification.
  • When the feature is false, the implementation will processing XML according to the XML specifications without regard to possible implementation limits.