The members of Org.XmlPull.V1.XmlPullParserFactory are listed below.
See Also: Inherited members from Java.Lang.Object
Protected constructor to be called by factory implementations. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | PropertyName | string. |
NamespaceAware | bool. Indicates whether or not the factory is configured to produce parsers which are namespace aware (it simply set feature XmlPullParser. | |
Validating | bool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse. |
ClassNamesLocation | string. Unused, but we have to keep it because it's public API. | |
Features | IDictionary. | |
ParserClasses | IList. | |
SerializerClasses | IList. | |
[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. |
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. |