Javax.Xml.Parsers.SAXParser.Schema Property

Syntax

[get: Android.Runtime.Register("getSchema", "()Ljavax/xml/validation/Schema;", "GetGetSchemaHandler")]
public virtual Javax.Xml.Validation.Schema Schema { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionFor backward compatibility, when implementations for earlier versions of JAXP is used, this exception will be thrown.

Remarks

Get a reference to the the Javax.Xml.Validation.Schema being used by the XML processor.

If no schema is being used, null is returned.

[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 8