The methods of Android.Util.Xml are listed below. For a list of all members, see the Xml Members list.
See Also: Inherited members from Java.Lang.Object
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. |