Table of Contents

Interface IXMLStreamReader

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

.NET interface for TO BE DEFINED FROM USER

public interface IXMLStreamReader : IXMLStreamConstants

Properties

AttributeCount

int AttributeCount { get; }

Property Value

int

CharacterEncodingScheme

String CharacterEncodingScheme { get; }

Property Value

String

ElementText

String ElementText { get; }

Property Value

String

Encoding

String Encoding { get; }

Property Value

String

EventType

int EventType { get; }

Property Value

int

LocalName

String LocalName { get; }

Property Value

String

Location

Location Location { get; }

Property Value

Location

Name

QName Name { get; }

Property Value

QName

NamespaceContext

NamespaceContext NamespaceContext { get; }

Property Value

NamespaceContext

NamespaceCount

int NamespaceCount { get; }

Property Value

int

NamespaceURI

String NamespaceURI { get; }

Property Value

String

PIData

String PIData { get; }

Property Value

String

PITarget

String PITarget { get; }

Property Value

String

Prefix

String Prefix { get; }

Property Value

String

Text

String Text { get; }

Property Value

String

TextCharacters

char[] TextCharacters { get; }

Property Value

char[]

TextLength

int TextLength { get; }

Property Value

int

TextStart

int TextStart { get; }

Property Value

int

Version

String Version { get; }

Property Value

String

Methods

Close()

void Close()

Exceptions

XMLStreamException

GetAttributeLocalName(int)

String GetAttributeLocalName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeName(int)

QName GetAttributeName(int arg0)

Parameters

arg0 int

int

Returns

QName

QName

GetAttributeNamespace(int)

String GetAttributeNamespace(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributePrefix(int)

String GetAttributePrefix(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeType(int)

String GetAttributeType(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetAttributeValue(String, String)

String GetAttributeValue(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetAttributeValue(int)

String GetAttributeValue(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetNamespacePrefix(int)

String GetNamespacePrefix(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetNamespaceURI(String)

String GetNamespaceURI(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetNamespaceURI(int)

String GetNamespaceURI(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetProperty(String)

object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

IllegalArgumentException

GetTextCharacters(int, char[], int, int)

int GetTextCharacters(int arg0, char[] arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 char[]

char

arg2 int

int

arg3 int

int

Returns

int

int

Exceptions

XMLStreamException

HasName()

bool HasName()

Returns

bool

bool

HasNext()

bool HasNext()

Returns

bool

bool

Exceptions

XMLStreamException

HasText()

bool HasText()

Returns

bool

bool

IsAttributeSpecified(int)

bool IsAttributeSpecified(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsCharacters()

bool IsCharacters()

Returns

bool

bool

IsEndElement()

bool IsEndElement()

Returns

bool

bool

IsStandalone()

bool IsStandalone()

Returns

bool

bool

IsStartElement()

bool IsStartElement()

Returns

bool

bool

IsWhiteSpace()

bool IsWhiteSpace()

Returns

bool

bool

Next()

int Next()

Returns

int

int

Exceptions

XMLStreamException

NextTag()

int NextTag()

Returns

int

int

Exceptions

XMLStreamException

Require(int, String, String)

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

Parameters

arg0 int

int

arg1 String

String

arg2 String

String

Exceptions

XMLStreamException

StandaloneSet()

bool StandaloneSet()

Returns

bool

bool