Android.Util.Xml Members

The members of Android.Util.Xml are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Xml()
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

static
FeatureRelaxedstring. Org.XmlPull.V1.XmlPullParser "relaxed" feature name.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.