Table of Contents

Class XMLReaderAdapter

Namespace
Org.Xml.Sax.Helpers
Assembly
MASES.Netdroid.dll
public class XMLReaderAdapter : JVMBridgeBase<XMLReaderAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParser, IContentHandler
Inheritance
XMLReaderAdapter
Implements
Extension Methods

Constructors

XMLReaderAdapter()

public XMLReaderAdapter()

Exceptions

SAXException

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

Parameters

initializer IJVMBridgeBaseInitializer

XMLReaderAdapter(XMLReader)

public XMLReaderAdapter(XMLReader arg0)

Parameters

arg0 XMLReader

XMLReader

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

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

CreatePoolableInstance()

HPA initializer for XMLReaderAdapter()

public static XMLReaderAdapter CreatePoolableInstance()

Returns

XMLReaderAdapter

CreatePoolableInstance(XMLReader)

HPA initializer for XMLReaderAdapter(Org.Xml.Sax.XMLReader arg0)

public static XMLReaderAdapter CreatePoolableInstance(XMLReader arg0)

Parameters

arg0 XMLReader

Returns

XMLReaderAdapter

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