Interface INameList
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/NameList.html
public interface INameList
Properties
Length
int Length { get; }
Property Value
Methods
Contains(String)
bool Contains(String arg0)
Parameters
Returns
ContainsNS(String, String)
bool ContainsNS(String arg0, String arg1)
Parameters
Returns
GetName(int)
String GetName(int arg0)
Parameters
Returns
GetNamespaceURI(int)
String GetNamespaceURI(int arg0)