Interface IStartElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/events/StartElement.html
public interface IStartElement : IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
Attributes
Iterator<Attribute> Attributes { get; }
Property Value
Name
QName Name { get; }
Property Value
NamespaceContext
NamespaceContext NamespaceContext { get; }
Property Value
Namespaces
Iterator<Namespace> Namespaces { get; }
Property Value
Methods
GetAttributeByName(QName)
Attribute GetAttributeByName(QName arg0)
Parameters
Returns
GetNamespaceURI(String)
String GetNamespaceURI(String arg0)