Android.Runtime.XmlReaderPullParser Members

The members of Android.Runtime.XmlReaderPullParser are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
AttributeCountint. Documentation for this section has not yet been entered.
[read-only]
ColumnNumberint. Documentation for this section has not yet been entered.
[read-only]
Depthint. Documentation for this section has not yet been entered.
[read-only]
EventTypeOrg.XmlPull.V1.XmlPullParserNode. Documentation for this section has not yet been entered.
[read-only]
InputEncodingstring. Documentation for this section has not yet been entered.
[read-only]
IsEmptyElementTagbool. Documentation for this section has not yet been entered.
[read-only]
IsWhitespacebool. Documentation for this section has not yet been entered.
[read-only]
LineNumberint. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
Namespacestring. Documentation for this section has not yet been entered.
[read-only]
PositionDescriptionstring. Documentation for this section has not yet been entered.
[read-only]
Prefixstring. Documentation for this section has not yet been entered.
[read-only]
Textstring. Documentation for this section has not yet been entered.

Public Methods

DefineEntityReplacementText(string, string)
Documentation for this section has not yet been entered.
GetAttributeName(int) : string
Documentation for this section has not yet been entered.
GetAttributeNamespace(int) : string
Documentation for this section has not yet been entered.
GetAttributePrefix(int) : string
Documentation for this section has not yet been entered.
GetAttributeType(int) : string
Documentation for this section has not yet been entered.
GetAttributeValue(int) : string
Documentation for this section has not yet been entered.
GetAttributeValue(string, string) : string
Documentation for this section has not yet been entered.
GetFeature(string) : bool
Documentation for this section has not yet been entered.
GetNamespace(string) : string
Documentation for this section has not yet been entered.
GetNamespaceCount(int) : int
Documentation for this section has not yet been entered.
GetNamespacePrefix(int) : string
Documentation for this section has not yet been entered.
GetNamespaceUri(int) : string
Documentation for this section has not yet been entered.
GetProperty(string) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetTextCharacters(int[]) : char[]
Documentation for this section has not yet been entered.
IsAttributeDefault(int) : bool
Documentation for this section has not yet been entered.
Next() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
NextTag() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
NextText() : string
Documentation for this section has not yet been entered.
NextToken() : Org.XmlPull.V1.XmlPullParserNode
Documentation for this section has not yet been entered.
Require(Org.XmlPull.V1.XmlPullParserNode, string, string)
Documentation for this section has not yet been entered.
SetFeature(string, bool)
Documentation for this section has not yet been entered.
SetInput(Java.IO.Reader)
Documentation for this section has not yet been entered.
SetInput(System.IO.Stream, string)
Documentation for this section has not yet been entered.
SetProperty(string, Java.Lang.Object)
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(System.Xml.XmlReader) : IntPtr
Documentation for this section has not yet been entered.