The methods of Org.Xmlpull.V1.Sax2.Driver are listed below. For a list of all members, see the Driver Members list.
See Also: Inherited members from Java.Lang.Object
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. | ||