Sprache

IXmlPullParser.Next Methode

Definition

Get next parsing event - element content will be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and entity references must be expanded or exception must be thrown if entity reference can not be expanded).

[Android.Runtime.Register("next", "()I", "GetNextHandler:Org.XmlPull.V1.IXmlPullParserInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.XmlPull.V1.XmlPullParserNode Next();
[<Android.Runtime.Register("next", "()I", "GetNextHandler:Org.XmlPull.V1.IXmlPullParserInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Next : unit -> Org.XmlPull.V1.XmlPullParserNode

Gibt zurück

Attribute

Ausnahmen

Hinweise

Get next parsing event - element content will be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and entity references must be expanded or exception must be thrown if entity reference can not be expanded). Wenn Elementinhalt leer ist (Inhalt ist "") wird kein TEXT-Ereignis gemeldet.

bHINWEIS:/b leeres Element (z. B. < tag/) wird mit zwei separaten Ereignissen gemeldet: START_TAG, END_TAG - es muss dies sein, um die Äquivalenz des leeren Elements auf < tag. (siehe isEmptyElementTag ())

Java Dokumentation für org.xmlpull.v1.XmlPullParser.next().

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: