Table of Contents

Interface IAttr

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/Attr.html

public interface IAttr : INode
Inherited Members

Properties

Name

String Name { get; }

Property Value

String

OwnerElement

Element OwnerElement { get; }

Property Value

Element

SchemaTypeInfo

TypeInfo SchemaTypeInfo { get; }

Property Value

TypeInfo

Specified

bool Specified { get; }

Property Value

bool

Value

String Value { get; set; }

Property Value

String

Methods

IsId()

bool IsId()

Returns

bool

bool