Org.Xmlpull.V1.Sax2.Driver: Method Members

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

Public Methods

GetFeature(string) : bool
Look up the value of a feature flag.
GetIndex(string) : int
Look up the index of an attribute by XML qualified (prefixed) name.
GetIndex(string, string) : int
Look up the index of an attribute by Namespace name.
GetLocalName(int) : string
Look up an attribute's local name by index.
GetProperty(string) : Java.Lang.Object
Look up the value of a property.
GetQName(int) : string
Look up an attribute's XML qualified (prefixed) name by index.
GetType(int) : string
Look up an attribute's type by index.
GetType(string) : string
Look up an attribute's type by XML qualified (prefixed) name.
GetType(string, string) : string
Look up an attribute's type by Namespace name.
GetURI(int) : string
Look up an attribute's Namespace URI by index.
GetValue(int) : string
Look up an attribute's value by index.
GetValue(string) : string
Look up an attribute's value by XML qualified (prefixed) name.
GetValue(string, 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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParseSubTree(System.Xml.XmlReader)
ParseSubTreeAsync(System.Xml.XmlReader) : System.Threading.Tasks.Task
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.

Protected Methods