Table of Contents

Interface IStartElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IStartElement : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

Attributes

Iterator<Attribute> Attributes { get; }

Property Value

Iterator<Attribute>

Name

QName Name { get; }

Property Value

QName

NamespaceContext

NamespaceContext NamespaceContext { get; }

Property Value

NamespaceContext

Namespaces

Iterator<Namespace> Namespaces { get; }

Property Value

Iterator<Namespace>

Methods

GetAttributeByName(QName)

Attribute GetAttributeByName(QName arg0)

Parameters

arg0 QName

QName

Returns

Attribute

Attribute

GetNamespaceURI(String)

String GetNamespaceURI(String arg0)

Parameters

arg0 String

String

Returns

String

String