Javax.Xml.Parsers.SAXParser Members

The members of Javax.Xml.Parsers.SAXParser 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

[read-only]
abstract
IsNamespaceAwarebool. Indicates whether or not this parser is configured to understand namespaces.
[read-only]
abstract
IsValidatingbool. Indicates whether or not this parser is configured to validate XML documents.
[read-only]
IsXIncludeAwarebool.
[read-only]
abstract
ParserOrg.Xml.Sax.IParser. Returns the SAX parser that is encapsulated by the implementation of this class.
[read-only]
SchemaJavax.Xml.Validation.Schema.
[read-only]
abstract
XMLReaderOrg.Xml.Sax.IXMLReader. Returns the Org.Xml.Sax.IXMLReader that is encapsulated by the implementation of this class.

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
GetProperty(string) : Java.Lang.Object
Parse(Java.IO.File, Org.Xml.Sax.HandlerBase)
Parse the content of the file specified as XML using the specified Org.Xml.Sax.HandlerBase.
Parse(Java.IO.File, Org.Xml.Sax.Helpers.DefaultHandler)
Parse the content of the file specified as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.
Parse(Org.Xml.Sax.InputSource, Org.Xml.Sax.HandlerBase)
Parse the content given Org.Xml.Sax.InputSource as XML using the specified Org.Xml.Sax.HandlerBase.
Parse(Org.Xml.Sax.InputSource, Org.Xml.Sax.Helpers.DefaultHandler)
Parse the content given Org.Xml.Sax.InputSource as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.
Parse(System.IO.Stream, Org.Xml.Sax.HandlerBase)
Parse(System.IO.Stream, Org.Xml.Sax.Helpers.DefaultHandler)
Parse the content of the given Java.IO.InputStream instance as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.
Parse(string, Org.Xml.Sax.HandlerBase)
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified Org.Xml.Sax.HandlerBase.
Parse(string, Org.Xml.Sax.Helpers.DefaultHandler)
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.
Parse(System.IO.Stream, Org.Xml.Sax.HandlerBase, string)
Parse(System.IO.Stream, Org.Xml.Sax.Helpers.DefaultHandler, string)
Parse the content of the given Java.IO.InputStream instance as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.
ParseAsync(Java.IO.File, Org.Xml.Sax.HandlerBase) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(Java.IO.File, Org.Xml.Sax.Helpers.DefaultHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(Org.Xml.Sax.InputSource, Org.Xml.Sax.HandlerBase) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(Org.Xml.Sax.InputSource, Org.Xml.Sax.Helpers.DefaultHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(System.IO.Stream, Org.Xml.Sax.HandlerBase) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(System.IO.Stream, Org.Xml.Sax.Helpers.DefaultHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(string, Org.Xml.Sax.HandlerBase) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(string, Org.Xml.Sax.Helpers.DefaultHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(System.IO.Stream, Org.Xml.Sax.HandlerBase, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(System.IO.Stream, Org.Xml.Sax.Helpers.DefaultHandler, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Reset()
abstract
SetProperty(string, Java.Lang.Object)