Udostępnij za pośrednictwem


XmlPullParserNode Enum

Definition

public enum XmlPullParserNode
type XmlPullParserNode = 
Inheritance
XmlPullParserNode

Fields

Name Value Description
StartDocument 0
EndDocument 1
StartTag 2
EndTag 3
Text 4
Cdsect 5
EntityRef 6
IgnorableWhitespace 7
ProcessingInstruction 8
Comment 9
Docdecl 10

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