Table of Contents

Interface INamespaceContext

Namespace
Javax.Xml.Namespace
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface INamespaceContext

Methods

GetNamespaceURI(String)

String GetNamespaceURI(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetPrefix(String)

String GetPrefix(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetPrefixes(String)

Iterator<String> GetPrefixes(String arg0)

Parameters

arg0 String

String

Returns

Iterator<String>

Iterator