XmlReaderResourceParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class XmlReaderResourceParser : Android.Runtime.XmlReaderPullParser, Android.Content.Res.IXmlResourceParser, IDisposable, Java.Interop.IJavaPeerable
type XmlReaderResourceParser = class
inherit XmlReaderPullParser
interface IXmlResourceParser
interface IAttributeSet
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IXmlPullParser
- Inheritance
- Implements
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Constructors
| Name | Description |
|---|---|
| XmlReaderResourceParser(XmlReader) | |
Properties
| Name | Description |
|---|---|
| AttributeCount | (Inherited from XmlReaderPullParser) |
| Class |
Returns the runtime class of this |
| ClassAttribute | |
| ColumnNumber | (Inherited from XmlReaderPullParser) |
| Depth | (Inherited from XmlReaderPullParser) |
| EventType | (Inherited from XmlReaderPullParser) |
| Handle |
The handle to the underlying Android instance. (Inherited from Object) |
| IdAttribute | |
| InputEncoding | (Inherited from XmlReaderPullParser) |
| IsEmptyElementTag | (Inherited from XmlReaderPullParser) |
| IsWhitespace | (Inherited from XmlReaderPullParser) |
| JniIdentityHashCode |
Gets the identity hash code assigned to this Java peer by the interop runtime. (Inherited from Object) |
| JniPeerMembers |
Gets the JNI metadata used to invoke members of this Java peer. (Inherited from Object) |
| LineNumber | (Inherited from XmlReaderPullParser) |
| Name | (Inherited from XmlReaderPullParser) |
| Namespace | (Inherited from XmlReaderPullParser) |
| PeerReference |
Gets the JNI object reference for this Java peer. (Inherited from Object) |
| PositionDescription | (Inherited from XmlReaderPullParser) |
| Prefix | (Inherited from XmlReaderPullParser) |
| StyleAttribute | |
| Text | (Inherited from XmlReaderPullParser) |
| ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
| ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJavaPeerable.Disposed() |
Notifies the interop runtime that this managed peer has been disposed. (Inherited from Object) |
| IJavaPeerable.DisposeUnlessReferenced() |
Releases this Java peer unless it is retained by another managed reference. (Inherited from Object) |
| IJavaPeerable.Finalized() |
Notifies the interop runtime that this managed peer has been finalized. (Inherited from Object) |
| IJavaPeerable.JniManagedPeerState |
Gets the state that describes the relationship between this managed peer and its JNI reference. (Inherited from Object) |
| IJavaPeerable.SetJniIdentityHashCode(Int32) |
Sets the interop identity hash code for this Java peer. (Inherited from Object) |
| IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
Sets the managed and JNI peer state for this Java peer. (Inherited from Object) |
| IJavaPeerable.SetPeerReference(JniObjectReference) |
Sets the JNI object reference used by this managed peer. (Inherited from Object) |
Extension Methods
| Name | Description |
|---|---|
| GetJniTypeName(IJavaPeerable) |
Gets the JNI name of the type of the instance |
| JavaAs<TResult>(IJavaPeerable) |
Try to coerce |
| JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
| JavaCast<TResult>(IJavaObject) | |
| NextAsync(IXmlPullParser) | |
| NextTagAsync(IXmlPullParser) | |
| NextTextAsync(IXmlPullParser) | |
| NextTokenAsync(IXmlPullParser) | |
| TryJavaCast<TResult>(IJavaPeerable, TResult) |
Try to coerce |