Table of Contents

Interface IAttribute

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

.NET interface for TO BE DEFINED FROM USER

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