Table of Contents

Class XmlPullParser

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

XmlPullParser()

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

[Obsolete("XmlPullParser class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XmlPullParser()

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

[Obsolete("XmlPullParser class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public XmlPullParser(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CDSECT

public static int CDSECT { get; }

Property Value

int

COMMENT

public static int COMMENT { get; }

Property Value

int

DOCDECL

public static int DOCDECL { get; }

Property Value

int

END_DOCUMENT

public static int END_DOCUMENT { get; }

Property Value

int

END_TAG

public static int END_TAG { get; }

Property Value

int

ENTITY_REF

public static int ENTITY_REF { get; }

Property Value

int

FEATURE_PROCESS_DOCDECL

public static String FEATURE_PROCESS_DOCDECL { get; }

Property Value

String

FEATURE_PROCESS_NAMESPACES

public static String FEATURE_PROCESS_NAMESPACES { get; }

Property Value

String

FEATURE_REPORT_NAMESPACE_ATTRIBUTES

public static String FEATURE_REPORT_NAMESPACE_ATTRIBUTES { get; }

Property Value

String

FEATURE_VALIDATION

public static String FEATURE_VALIDATION { get; }

Property Value

String

IGNORABLE_WHITESPACE

public static int IGNORABLE_WHITESPACE { get; }

Property Value

int

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

NO_NAMESPACE

public static String NO_NAMESPACE { get; }

Property Value

String

PROCESSING_INSTRUCTION

public static int PROCESSING_INSTRUCTION { get; }

Property Value

int

START_DOCUMENT

public static int START_DOCUMENT { get; }

Property Value

int

START_TAG

public static int START_TAG { get; }

Property Value

int

TEXT

public static int TEXT { get; }

Property Value

int

TYPES

public static String[] TYPES { get; }

Property Value

String[]

Methods

DefineEntityReplacementText(String, String)

public void DefineEntityReplacementText(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

XmlPullParserException

GetAttributeCount()

public int GetAttributeCount()

Returns

int

int

GetAttributeName(int)

public String GetAttributeName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeNamespace(int)

public String GetAttributeNamespace(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributePrefix(int)

public String GetAttributePrefix(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeType(int)

public String GetAttributeType(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeValue(String, String)

public String GetAttributeValue(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetAttributeValue(int)

public String GetAttributeValue(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetColumnNumber()

public int GetColumnNumber()

Returns

int

int

GetDepth()

public int GetDepth()

Returns

int

int

GetEventType()

public int GetEventType()

Returns

int

int

Exceptions

XmlPullParserException

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

GetInputEncoding()

public String GetInputEncoding()

Returns

String

String

GetLineNumber()

public int GetLineNumber()

Returns

int

int

GetName()

public String GetName()

Returns

String

String

GetNamespace()

public String GetNamespace()

Returns

String

String

GetNamespace(String)

public String GetNamespace(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetNamespaceCount(int)

public int GetNamespaceCount(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

XmlPullParserException

GetNamespacePrefix(int)

public String GetNamespacePrefix(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

XmlPullParserException

GetNamespaceUri(int)

public String GetNamespaceUri(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

XmlPullParserException

GetPositionDescription()

public String GetPositionDescription()

Returns

String

String

GetPrefix()

public String GetPrefix()

Returns

String

String

GetProperty(String)

public object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

GetText()

public String GetText()

Returns

String

String

GetTextCharacters(int[])

public char[] GetTextCharacters(int[] arg0)

Parameters

arg0 int[]

int

Returns

char[]

char

IsAttributeDefault(int)

public bool IsAttributeDefault(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsEmptyElementTag()

public bool IsEmptyElementTag()

Returns

bool

bool

Exceptions

XmlPullParserException

IsWhitespace()

public bool IsWhitespace()

Returns

bool

bool

Exceptions

XmlPullParserException

Next()

public int Next()

Returns

int

int

Exceptions

IOException
XmlPullParserException

NextTag()

public int NextTag()

Returns

int

int

Exceptions

IOException
XmlPullParserException

NextText()

public String NextText()

Returns

String

String

Exceptions

IOException
XmlPullParserException

NextToken()

public int NextToken()

Returns

int

int

Exceptions

IOException
XmlPullParserException

Require(int, String, String)

public void Require(int arg0, String arg1, String arg2)

Parameters

arg0 int

int

arg1 String

String

arg2 String

String

Exceptions

IOException
XmlPullParserException

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

XmlPullParserException

SetInput(InputStream, String)

public void SetInput(InputStream arg0, String arg1)

Parameters

arg0 InputStream

InputStream

arg1 String

String

Exceptions

XmlPullParserException

SetInput(Reader)

public void SetInput(Reader arg0)

Parameters

arg0 Reader

Reader

Exceptions

XmlPullParserException

SetProperty(String, object)

public void SetProperty(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

XmlPullParserException