Interface INamespace
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/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()