Table of Contents

Class XmlPullParserFactory

Namespace
Org.Xmlpull.V1
Assembly
MASES.Netdroid.dll
public class XmlPullParserFactory : JVMBridgeBase<XmlPullParserFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
XmlPullParserFactory
Implements
Extension Methods

Constructors

XmlPullParserFactory(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XmlPullParserFactory(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PROPERTY_NAME

public static String PROPERTY_NAME { get; set; }

Property Value

String

Methods

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsNamespaceAware()

public bool IsNamespaceAware()

Returns

bool

bool

IsValidating()

public bool IsValidating()

Returns

bool

bool

NewInstance()

public static XmlPullParserFactory NewInstance()

Returns

XmlPullParserFactory

XmlPullParserFactory

Exceptions

XmlPullParserException

NewInstance(String, Class)

public static XmlPullParserFactory NewInstance(String arg0, Class arg1)

Parameters

arg0 String

String

arg1 Class

Class

Returns

XmlPullParserFactory

XmlPullParserFactory

Exceptions

XmlPullParserException

NewPullParser()

public XmlPullParser NewPullParser()

Returns

XmlPullParser

XmlPullParser

Exceptions

XmlPullParserException

NewSerializer()

public XmlSerializer NewSerializer()

Returns

XmlSerializer

XmlSerializer

Exceptions

XmlPullParserException

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

XmlPullParserException

SetNamespaceAware(bool)

public void SetNamespaceAware(bool arg0)

Parameters

arg0 bool

bool

SetValidating(bool)

public void SetValidating(bool arg0)

Parameters

arg0 bool

bool