Interface IAttr
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Attr.html
public interface IAttr : INode
- Inherited Members
Properties
Name
String Name { get; }
Property Value
OwnerElement
Element OwnerElement { get; }
Property Value
SchemaTypeInfo
TypeInfo SchemaTypeInfo { get; }
Property Value
Specified
bool Specified { get; }
Property Value
Value
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Attr.html#getValue-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Attr.html#setValue-java.lang.String-
String Value { get; set; }
Property Value
Methods
IsId()
bool IsId()