monoandroid
namespace Javax.Xml.Transform.Sax
{
    [Register("javax/xml/transform/sax/SAXSource", DoNotGenerateAcw = true)]
    public class SAXSource : Object, IJavaObject, IJavaPeerable, ISource, IDisposable
    {
        public virtual InputSource? InputSource
        {
            [Register("getInputSource", "()Lorg/xml/sax/InputSource;", "GetGetInputSourceHandler")]
            get;
            [Register("setInputSource", "(Lorg/xml/sax/InputSource;)V", "GetSetInputSource_Lorg_xml_sax_InputSource_Handler")]
            set;
        }

    }
}
.NET
6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API