Javax.Xml.Parsers.SAXParserFactory: Method Members

The methods of Javax.Xml.Parsers.SAXParserFactory are listed below. For a list of all members, see the SAXParserFactory Members list.

See Also: Inherited members from Java.Lang.Object

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.