Table of Contents

Interface INodeList

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/NodeList.html

public interface INodeList

Properties

Length

int Length { get; }

Property Value

int

Methods

Item(int)

Node Item(int arg0)

Parameters

arg0 int

int

Returns

Node

Node