Org.XmlPull.V1.XmlPullParser Members

The members of Org.XmlPull.V1.XmlPullParser are listed below.

See Also: Inherited members from System.Object

Public Fields

const
FeatureProcessDocdeclstring. This feature determines whether the document declaration is processed.
const
FeatureProcessNamespacesstring. This feature determines whether the parser processes namespaces.
const
FeatureReportNamespaceAttributesstring. This feature determines whether namespace attributes are exposed via the attribute access methods.
const
FeatureValidationstring. If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported.
const
NoNamespacestring. This constant represents the default namespace (empty string "")

Public Properties

[read-only]
static
TypesIList<string>. This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.