The members of Android.Util.Xml are listed below.
See Also: Inherited members from Java.Lang.Object
Xml() | Documentation for this section has not yet been entered. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
static | FeatureRelaxed | string. Org.XmlPull.V1.XmlPullParser "relaxed" feature name. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | AsAttributeSet(System.Xml.XmlReader)Return an AttributeSet interface for use with the given XmlPullParser. | |
static | FindEncodingByName(string)Finds an encoding by name. | |
static | NewPullParser()Returns a new pull parser with namespace support. | |
static | NewSerializer()Creates a new xml serializer. | |
static | Parse(Java.IO.Reader, Org.Xml.Sax.IContentHandler)Parses xml from the given reader and fires events on the given SAX handler. | |
static | Parse(string, Org.Xml.Sax.IContentHandler)Parses the given xml string and fires events on the given SAX handler. | |
static | Parse(System.IO.Stream, Xml.Encoding, Org.Xml.Sax.IContentHandler)Parses xml from the given input stream and fires events on the given SAX handler. | |
static | ParseAsync(Java.IO.Reader, Org.Xml.Sax.IContentHandler)Documentation for this section has not yet been entered. | |
static | ParseAsync(string, Org.Xml.Sax.IContentHandler)Documentation for this section has not yet been entered. | |
static | ParseAsync(System.IO.Stream, Xml.Encoding, Org.Xml.Sax.IContentHandler)Documentation for this section has not yet been entered. |