The methods of Org.XmlPull.V1.XmlPullParserFactory are listed below. For a list of all members, see the XmlPullParserFactory Members list.
See Also: Inherited members from Java.Lang.Object
GetFeature(string)Return the current value of the feature with given name. | ||
static | NewInstance()Creates a new instance of a PullParserFactory that can be used to create XML pull parsers. | |
static | NewInstance(string, Java.Lang.Class)Creates a factory that always returns instances of of NoType:org/kxml2/io/KXmlParser;Href=../../../../reference/org/kxml2/io/KXmlParser.html and NoType:org/kxml2/io/KXmlSerializer;Href=../../../../reference/org/kxml2/io/KXmlSerializer.html. | |
NewPullParser()Creates a new instance of a XML Pull Parser using the currently configured factory features. | ||
NewSerializer()Creates a new instance of a XML Serializer. | ||
SetFeature(string, bool)Set the features to be set when XML Pull Parser is created by this factory. |