The members of Org.Xmlpull.V1.Sax2.Driver are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ApacheDynamicValidationFeature | string. |
const | ApacheSchemaValidationFeature | string. |
const | DeclarationHandlerProperty | string. |
const | LexicalHandlerProperty | string. |
const | NamespacePrefixesFeature | string. |
const | NamespacesFeature | string. |
const | ValidationFeature | string. |
| [read-only] | ColumnNumber | int. Return the column number where the current document event ends. |
| ContentHandler | Org.Xml.Sax.IContentHandler. Return the current content handler. | |
| DTDHandler | Org.Xml.Sax.IDTDHandler. Return the current DTD handler. | |
| EntityResolver | Org.Xml.Sax.IEntityResolver. Return the current entity resolver. | |
| ErrorHandler | Org.Xml.Sax.IErrorHandler. Return the current error handler. | |
| [read-only] | Length | int. Return the number of attributes in the list. |
| [read-only] | LineNumber | int. Return the line number where the current document event ends. |
| [read-only] | PublicId | string. Return the public identifier for the current document event. |
| [read-only] | SystemId | string. Return the system identifier for the current document event. |
| Pp | System.Xml.XmlReader. | |
| [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. |
GetFeature(string)Look up the value of a feature flag. | ||
GetIndex(string)Look up the index of an attribute by XML qualified (prefixed) name. | ||
GetIndex(string, string)Look up the index of an attribute by Namespace name. | ||
GetLocalName(int)Look up an attribute's local name by index. | ||
GetProperty(string)Look up the value of a property. | ||
GetQName(int)Look up an attribute's XML qualified (prefixed) name by index. | ||
GetType(int)Look up an attribute's type by index. | ||
GetType(string)Look up an attribute's type by XML qualified (prefixed) name. | ||
GetType(string, string)Look up an attribute's type by Namespace name. | ||
GetURI(int)Look up an attribute's Namespace URI by index. | ||
GetValue(int)Look up an attribute's value by index. | ||
GetValue(string)Look up an attribute's value by XML qualified (prefixed) name. | ||
GetValue(string, string)Look up an attribute's value by Namespace name. | ||
Parse(Org.Xml.Sax.InputSource)Parse an XML document. | ||
Parse(string)Parse an XML document from a system identifier (URI). | ||
ParseAsync(Org.Xml.Sax.InputSource)Documentation for this section has not yet been entered. | ||
ParseAsync(string)Documentation for this section has not yet been entered. | ||
| ParseSubTree(System.Xml.XmlReader) | ||
ParseSubTreeAsync(System.Xml.XmlReader)Documentation for this section has not yet been entered. | ||
SetFeature(string, bool)Set the value of a feature flag. | ||
SetProperty(string, Java.Lang.Object)Set the value of a property. | ||
StartElement(string, string, string)Calls Org.Xml.Sax.IContentHandler.StartElement(string, System.String, System.String, System.String) on the ContentHandler with this driver object as the Org.Xml.Sax.IAttributes implementation. | ||