XmlPullParserReader.MoveToAttribute Method
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.
Overloads
MoveToAttribute(Int32) | |
MoveToAttribute(String) | |
MoveToAttribute(String, String) |
MoveToAttribute(Int32)
public override void MoveToAttribute (int i);
override this.MoveToAttribute : int -> unit
Parameters
- i
- Int32
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.
Applies to
MoveToAttribute(String)
public override bool MoveToAttribute (string name);
override this.MoveToAttribute : string -> bool
Parameters
- name
- String
Returns
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.
Applies to
MoveToAttribute(String, String)
public override bool MoveToAttribute (string localName, string? namespaceName);
override this.MoveToAttribute : string * string -> bool
Parameters
- localName
- String
- namespaceName
- String
Returns
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.