Interface INamespaceContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/NamespaceContext.html
public interface INamespaceContext
Methods
GetNamespaceURI(String)
String GetNamespaceURI(String arg0)
Parameters
Returns
GetPrefix(String)
String GetPrefix(String arg0)
Parameters
Returns
GetPrefixes(String)
Iterator GetPrefixes(String arg0)