Table of Contents

Interface IAttribute

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/Attribute.html

public interface IAttribute : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

DTDType

String DTDType { get; }

Property Value

String

Name

QName Name { get; }

Property Value

QName

Value

String Value { get; }

Property Value

String

Methods

IsSpecified()

bool IsSpecified()

Returns

bool

bool