Javax.Xml.Parsers.SAXParserFactory.NewSAXParser Method

Syntax

[Android.Runtime.Register("newSAXParser", "()Ljavax/xml/parsers/SAXParser;", "GetNewSAXParserHandler")]
public abstract SAXParser NewSAXParser ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Parsers.ParserConfigurationExceptionif a parser cannot be created which satisfies the requested configuration.
Org.Xml.Sax.SAXExceptionfor SAX errors.

Remarks

Creates a new instance of a SAXParser using the currently configured factory parameters.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1