Table of Contents

Class Driver

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

Constructors

Driver()

public Driver()

Exceptions

XmlPullParserException

Driver(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 Driver(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Driver(XmlPullParser)

public Driver(XmlPullParser arg0)

Parameters

arg0 XmlPullParser

XmlPullParser

Exceptions

XmlPullParserException

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

Methods

CreatePoolableInstance()

HPA initializer for Driver()

public static Driver CreatePoolableInstance()

Returns

Driver

CreatePoolableInstance(XmlPullParser)

HPA initializer for Driver(Org.Xmlpull.V1.XmlPullParser arg0)

public static Driver CreatePoolableInstance(XmlPullParser arg0)

Parameters

arg0 XmlPullParser

Returns

Driver

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