Table of Contents

Class Driver

Namespace
Org.Xmlpull.V1.Sax2
Assembly
MASES.Netdroid.dll
public class Driver : JVMBridgeBase<Driver>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILocator, IXMLReader, IAttributes
Inheritance
JVMBridgeBase
JVMBridgeBase<Driver>
Driver
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Driver>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Driver>.IsAssignableFrom<T>()
JVMBridgeBase<Driver>.Execute<T>(params T[])
JVMBridgeBase<Driver>.DynBridgeClazz
JVMBridgeBase<Driver>.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

Driver()

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

public Driver()

Driver(XmlPullParser)

public Driver(XmlPullParser arg0)

Parameters

arg0 XmlPullParser

XmlPullParser

Exceptions

XmlPullParserException

Driver(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 Driver(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

Methods

GetColumnNumber()

public int GetColumnNumber()

Returns

int

int

GetContentHandler()

public ContentHandler GetContentHandler()

Returns

ContentHandler

ContentHandler

GetDTDHandler()

public DTDHandler GetDTDHandler()

Returns

DTDHandler

DTDHandler

GetEntityResolver()

public EntityResolver GetEntityResolver()

Returns

EntityResolver

EntityResolver

GetErrorHandler()

public ErrorHandler GetErrorHandler()

Returns

ErrorHandler

ErrorHandler

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

GetIndex(String)

public int GetIndex(String arg0)

Parameters

arg0 String

String

Returns

int

int

GetIndex(String, String)

public int GetIndex(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

int

int

GetLength()

public int GetLength()

Returns

int

int

GetLineNumber()

public int GetLineNumber()

Returns

int

int

GetLocalName(int)

public String GetLocalName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetProperty(String)

public object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

GetPublicId()

public String GetPublicId()

Returns

String

String

GetQName(int)

public String GetQName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetSystemId()

public String GetSystemId()

Returns

String

String

GetType(String)

public String GetType(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetType(String, String)

public String GetType(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetType(int)

public String GetType(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetURI(int)

public String GetURI(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetValue(String)

public String GetValue(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetValue(String, String)

public String GetValue(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetValue(int)

public String GetValue(int arg0)

Parameters

arg0 int

int

Returns

String

String

Parse(String)

public void Parse(String arg0)

Parameters

arg0 String

String

Exceptions

IOException
SAXException

Parse(InputSource)

public void Parse(InputSource arg0)

Parameters

arg0 InputSource

InputSource

Exceptions

IOException
SAXException

ParseSubTree(XmlPullParser)

public void ParseSubTree(XmlPullParser arg0)

Parameters

arg0 XmlPullParser

XmlPullParser

Exceptions

IOException
SAXException

SetContentHandler(ContentHandler)

public void SetContentHandler(ContentHandler arg0)

Parameters

arg0 ContentHandler

ContentHandler

SetDTDHandler(DTDHandler)

public void SetDTDHandler(DTDHandler arg0)

Parameters

arg0 DTDHandler

DTDHandler

SetEntityResolver(EntityResolver)

public void SetEntityResolver(EntityResolver arg0)

Parameters

arg0 EntityResolver

EntityResolver

SetErrorHandler(ErrorHandler)

public void SetErrorHandler(ErrorHandler arg0)

Parameters

arg0 ErrorHandler

ErrorHandler

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

SetProperty(String, object)

public void SetProperty(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

Operators

implicit operator Attributes(Driver)

Converter from Driver to Attributes

public static implicit operator Attributes(Driver t)

Parameters

t Driver

Returns

Attributes

implicit operator Locator(Driver)

Converter from Driver to Locator

public static implicit operator Locator(Driver t)

Parameters

t Driver

Returns

Locator

implicit operator XMLReader(Driver)

Converter from Driver to XMLReader

public static implicit operator XMLReader(Driver t)

Parameters

t Driver

Returns

XMLReader