Table of Contents

Interface ITypeInfo

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

public interface ITypeInfo

Properties

TypeName

String TypeName { get; }

Property Value

String

TypeNamespace

String TypeNamespace { get; }

Property Value

String

Methods

IsDerivedFrom(String, String, int)

bool IsDerivedFrom(String arg0, String arg1, int arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

Returns

bool

bool