Interface INamespace
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/events/Namespace.html
public interface INamespace : IAttribute, IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
NamespaceURI
String NamespaceURI { get; }
Property Value
Prefix
String Prefix { get; }
Property Value
Methods
IsDefaultNamespaceDeclaration()
bool IsDefaultNamespaceDeclaration()