Table of Contents

Class XMLReaderAdapter

Namespace
Org.Xml.Sax.Helpers
Assembly
MASES.Netdroid.dll
public class XMLReaderAdapter : JVMBridgeBase<XMLReaderAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParser, IContentHandler
Inheritance
JVMBridgeBase
JVMBridgeBase<XMLReaderAdapter>
XMLReaderAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<XMLReaderAdapter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<XMLReaderAdapter>.IsAssignableFrom<T>()
JVMBridgeBase<XMLReaderAdapter>.Execute<T>(params T[])
JVMBridgeBase<XMLReaderAdapter>.DynBridgeClazz
JVMBridgeBase<XMLReaderAdapter>.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

XMLReaderAdapter()

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

public XMLReaderAdapter()

XMLReaderAdapter(XMLReader)

public XMLReaderAdapter(XMLReader arg0)

Parameters

arg0 XMLReader

XMLReader

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

Characters(char[], int, int)

public void Characters(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

SAXException

EndDocument()

public void EndDocument()

Exceptions

SAXException

EndElement(String, String, String)

public void EndElement(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

SAXException

EndPrefixMapping(String)

public void EndPrefixMapping(String arg0)

Parameters

arg0 String

String

IgnorableWhitespace(char[], int, int)

public void IgnorableWhitespace(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

SAXException

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

ProcessingInstruction(String, String)

public void ProcessingInstruction(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SAXException

SetDTDHandler(DTDHandler)

public void SetDTDHandler(DTDHandler arg0)

Parameters

arg0 DTDHandler

DTDHandler

SetDocumentHandler(DocumentHandler)

public void SetDocumentHandler(DocumentHandler arg0)

Parameters

arg0 DocumentHandler

DocumentHandler

SetDocumentLocator(Locator)

public void SetDocumentLocator(Locator arg0)

Parameters

arg0 Locator

Locator

SetEntityResolver(EntityResolver)

public void SetEntityResolver(EntityResolver arg0)

Parameters

arg0 EntityResolver

EntityResolver

SetErrorHandler(ErrorHandler)

public void SetErrorHandler(ErrorHandler arg0)

Parameters

arg0 ErrorHandler

ErrorHandler

SetLocale(Locale)

public void SetLocale(Locale arg0)

Parameters

arg0 Locale

Locale

Exceptions

SAXException

SkippedEntity(String)

public void SkippedEntity(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException

StartDocument()

public void StartDocument()

Exceptions

SAXException

StartElement(String, String, String, Attributes)

public void StartElement(String arg0, String arg1, String arg2, Attributes arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 Attributes

Attributes

Exceptions

SAXException

StartPrefixMapping(String, String)

public void StartPrefixMapping(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Operators

implicit operator ContentHandler(XMLReaderAdapter)

Converter from XMLReaderAdapter to ContentHandler

public static implicit operator ContentHandler(XMLReaderAdapter t)

Parameters

t XMLReaderAdapter

Returns

ContentHandler

implicit operator Parser(XMLReaderAdapter)

Converter from XMLReaderAdapter to Parser

public static implicit operator Parser(XMLReaderAdapter t)

Parameters

t XMLReaderAdapter

Returns

Parser