Interface IAttribute
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/events/Attribute.html
public interface IAttribute : IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
DTDType
String DTDType { get; }
Property Value
Name
QName Name { get; }
Property Value
Value
String Value { get; }
Property Value
Methods
IsSpecified()
bool IsSpecified()