Table of Contents

Class XmlPullParserFactory

Namespace
Org.Xmlpull.V1
Assembly
MASES.Netdroid.dll
public class XmlPullParserFactory : JVMBridgeBase<XmlPullParserFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<XmlPullParserFactory>
XmlPullParserFactory
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<XmlPullParserFactory>.IsAssignableFrom(IJavaType)
JVMBridgeBase<XmlPullParserFactory>.IsAssignableFrom<T>()
JVMBridgeBase<XmlPullParserFactory>.Execute<T>(params T[])
JVMBridgeBase<XmlPullParserFactory>.DynBridgeClazz
JVMBridgeBase<XmlPullParserFactory>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

XmlPullParserFactory()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public XmlPullParserFactory()

XmlPullParserFactory(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public XmlPullParserFactory(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

PROPERTY_NAME

public static String PROPERTY_NAME { get; }

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