Org.Xml.Sax.Ext.DefaultHandler2.GetExternalSubset Method
Tells the parser that if no external subset has been declared in the document text, none should be used.

Syntax

[Android.Runtime.Register("getExternalSubset", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", "GetGetExternalSubset_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual Org.Xml.Sax.InputSource GetExternalSubset (string name, string baseURI)

Parameters

name
Identifies the document root element. This name comes from a DOCTYPE declaration (where available) or from the actual root element. The parameter is ignored.
baseURI
The document's base URI, serving as an additional hint for selecting the external subset. This is always an absolute URI, unless it is null because the XMLReader was given an InputSource without one. The parameter is ignored.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionAny SAX exception, possibly wrapping another exception.
Java.IO.IOExceptionProbably indicating a failure to create a new InputStream or Reader, or an illegal URL.

Remarks

Tells the parser that if no external subset has been declared in the document text, none should be used.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1