Table of Contents

Interface IXMLEvent

Namespace
Javax.Xml.Stream.Events
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IXMLEvent : IXMLStreamConstants

Properties

EventType

int EventType { get; }

Property Value

int

Location

Location Location { get; }

Property Value

Location

SchemaType

QName SchemaType { get; }

Property Value

QName

Methods

AsCharacters()

Characters AsCharacters()

Returns

Characters

Characters

AsEndElement()

EndElement AsEndElement()

Returns

EndElement

EndElement

AsStartElement()

StartElement AsStartElement()

Returns

StartElement

StartElement

IsAttribute()

bool IsAttribute()

Returns

bool

bool

IsCharacters()

bool IsCharacters()

Returns

bool

bool

IsEndDocument()

bool IsEndDocument()

Returns

bool

bool

IsEndElement()

bool IsEndElement()

Returns

bool

bool

IsEntityReference()

bool IsEntityReference()

Returns

bool

bool

IsNamespace()

bool IsNamespace()

Returns

bool

bool

IsProcessingInstruction()

bool IsProcessingInstruction()

Returns

bool

bool

IsStartDocument()

bool IsStartDocument()

Returns

bool

bool

IsStartElement()

bool IsStartElement()

Returns

bool

bool

WriteAsEncodedUnicode(Writer)

void WriteAsEncodedUnicode(Writer arg0)

Parameters

arg0 Writer

Writer

Exceptions

XMLStreamException