Table of Contents

Class XMLEvent

Namespace
Javax.Xml.Stream.Events
Assembly
MASES.JNet.dll
public class XMLEvent : XMLStreamConstants, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IXMLEvent, IXMLStreamConstants
Inheritance
JVMBridgeBase
JVMBridgeBase<XMLStreamConstants>
XMLEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<XMLStreamConstants>.IsAssignableFrom(IJavaType)
JVMBridgeBase<XMLStreamConstants>.IsAssignableFrom<T>()
JVMBridgeBase<XMLStreamConstants>.Execute<T>(params T[])
JVMBridgeBase<XMLStreamConstants>.DynBridgeClazz
JVMBridgeBase<XMLStreamConstants>.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

XMLEvent()

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

[Obsolete("XMLEvent 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 XMLEvent()

XMLEvent(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("XMLEvent 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 XMLEvent(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EventType

public int EventType { 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

Location

public Location Location { get; }

Property Value

Location

SchemaType

public QName SchemaType { get; }

Property Value

QName

Methods

AsCharacters()

public Characters AsCharacters()

Returns

Characters

Characters

AsEndElement()

public EndElement AsEndElement()

Returns

EndElement

EndElement

AsStartElement()

public StartElement AsStartElement()

Returns

StartElement

StartElement

IsAttribute()

public bool IsAttribute()

Returns

bool

bool

IsCharacters()

public bool IsCharacters()

Returns

bool

bool

IsEndDocument()

public bool IsEndDocument()

Returns

bool

bool

IsEndElement()

public bool IsEndElement()

Returns

bool

bool

IsEntityReference()

public bool IsEntityReference()

Returns

bool

bool

IsNamespace()

public bool IsNamespace()

Returns

bool

bool

IsProcessingInstruction()

public bool IsProcessingInstruction()

Returns

bool

bool

IsStartDocument()

public bool IsStartDocument()

Returns

bool

bool

IsStartElement()

public bool IsStartElement()

Returns

bool

bool

WriteAsEncodedUnicode(Writer)

public void WriteAsEncodedUnicode(Writer arg0)

Parameters

arg0 Writer

Writer

Exceptions

XMLStreamException