Table of Contents

Interface IStartElement

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/events/StartElement.html

public interface IStartElement : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

Attributes

Iterator Attributes { get; }

Property Value

Iterator

Name

QName Name { get; }

Property Value

QName

NamespaceContext

NamespaceContext NamespaceContext { get; }

Property Value

NamespaceContext

Namespaces

Iterator Namespaces { get; }

Property Value

Iterator

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