Org.XmlPull.V1.XmlPullParserFactory Members

The members of Org.XmlPull.V1.XmlPullParserFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Protected constructor to be called by factory implementations.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

Public Properties

NamespaceAwarebool. Indicates whether or not the factory is configured to produce parsers which are namespace aware (it simply set feature XmlPullParser.
Validatingbool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.

Protected Properties

ClassNamesLocationstring. Unused, but we have to keep it because it's public API.
FeaturesIDictionary.
ParserClassesIList.
SerializerClassesIList.
[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

GetFeature(string) : bool
Return the current value of the feature with given name.
static
NewInstance() : XmlPullParserFactory
Creates a new instance of a PullParserFactory that can be used to create XML pull parsers.
static
NewInstance(string, Java.Lang.Class) : XmlPullParserFactory
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() : System.Xml.XmlReader
Creates a new instance of a XML Pull Parser using the currently configured factory features.
NewSerializer() : IXmlSerializer
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.