Javax.Xml.Transform.Sax.SAXSource Members

The members of Javax.Xml.Transform.Sax.SAXSource are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a SAXSource, using a SAX InputSource.
Create a SAXSource, using an Org.Xml.Sax.IXMLReader and a SAX InputSource.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
Featurestring. If Javax.Xml.Transform.TransformerFactory.GetFeature(string) returns true when passed this value as an argument, the Transformer supports Source input of this type.

Public Properties

InputSourceOrg.Xml.Sax.InputSource. Get the SAX InputSource to be used for the Source.
SystemIdstring.
XMLReaderOrg.Xml.Sax.IXMLReader. Get the XMLReader to be used for the Source.

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

static
SourceToInputSource(Javax.Xml.Transform.ISource) : Org.Xml.Sax.InputSource
Attempt to obtain a SAX InputSource object from a Source object.