The members of Javax.Xml.Transform.Sax.SAXSource are listed below.
See Also: Inherited members from Java.Lang.Object
| Create a SAXSource, using a SAX InputSource. | ||
| Create a SAXSource, using an Org.Xml.Sax.IXMLReader and a SAX InputSource. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Feature | string. If Javax.Xml.Transform.TransformerFactory.GetFeature(string) returns true when passed this value as an argument, the Transformer supports Source input of this type. |
| InputSource | Org.Xml.Sax.InputSource. Get the SAX InputSource to be used for the Source. | |
| SystemId | string. | |
| XMLReader | Org.Xml.Sax.IXMLReader. Get the XMLReader to be used for the Source. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | SourceToInputSource(Javax.Xml.Transform.ISource)Attempt to obtain a SAX InputSource object from a Source object. | |