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