Org.Xmlpull.V1.Sax2.Driver Members

The members of Org.Xmlpull.V1.Sax2.Driver are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Protected Fields

Public Properties

[read-only]
ColumnNumberint. Return the column number where the current document event ends.
ContentHandlerOrg.Xml.Sax.IContentHandler. Return the current content handler.
DTDHandlerOrg.Xml.Sax.IDTDHandler. Return the current DTD handler.
EntityResolverOrg.Xml.Sax.IEntityResolver. Return the current entity resolver.
ErrorHandlerOrg.Xml.Sax.IErrorHandler. Return the current error handler.
[read-only]
Lengthint. Return the number of attributes in the list.
[read-only]
LineNumberint. Return the line number where the current document event ends.
[read-only]
PublicIdstring. Return the public identifier for the current document event.
[read-only]
SystemIdstring. Return the system identifier for the current document event.

Protected Properties

PpSystem.Xml.XmlReader.
[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

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