Android.Util.Xml: Method Members

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

Public Methods

static
AsAttributeSet(System.Xml.XmlReader) : IAttributeSet
Return an AttributeSet interface for use with the given XmlPullParser.
static
FindEncodingByName(string) : Xml.Encoding
Finds an encoding by name.
static
NewPullParser() : System.Xml.XmlReader
Returns a new pull parser with namespace support.
static
NewSerializer() : Org.XmlPull.V1.IXmlSerializer
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ParseAsync(string, Org.Xml.Sax.IContentHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ParseAsync(System.IO.Stream, Xml.Encoding, Org.Xml.Sax.IContentHandler) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.