IXmlAttributeContext Interface
Provides the base requirements for resolved information about a XML attribute related to an IXmlContext.
public interface IXmlAttributeContext
Properties
Element
The IXmlElementContext upon which this attribute is located.
Name
The name of the attribute.
NameSnapshotRange
The TextSnapshotRange that specifies the range of the attribute name.
Namespace
The namespace that defines the attribute.
NamespacePrefix
The prefix of the namespace that defines the attribute.
QualifiedName
The System.Xml.XmlQualifiedName that contains the attribute's qualified name.
XmlQualifiedName QualifiedName { get; }
Property Value
- XmlQualifiedName
SchemaAttribute
The resolved System.Xml.Schema.XmlSchemaAttribute for this attribute, if known.
XmlSchemaAttribute? SchemaAttribute { get; }
Property Value
- XmlSchemaAttribute