Show / Hide Table of Contents

Class AttributeEvent

An Event for representing Attributes of XML Node.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
AttributeEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class AttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

AttributeEvent(string, string, string)

Creates a new Attribute Event from an XML Attribute.

Declaration
public AttributeEvent(string qname, string value, string sourceXml)
Parameters
Type Name Description
string qname

QName of the Attribute.

string value

Value of the Attribute.

string sourceXml

Source XML of the Attribute.

| Edit this page View Source

AttributeEvent(string, string, string, string)

Creates a new Attribute Event from an XML Attribute.

Declaration
public AttributeEvent(string localname, string ns, string value, string sourceXml)
Parameters
Type Name Description
string localname

Local Name of the Attribute.

string ns

Namespace Prefix of the Attribute.

string value

Value of the Attribute.

string sourceXml

Source XML of the Attribute.

| Edit this page View Source

AttributeEvent(string, string, string, string, PositionInfo)

Creates a new Attribute Event from an XML Attribute.

Declaration
public AttributeEvent(string localname, string ns, string value, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string localname

Local Name of the Attribute.

string ns

Namespace Prefix of the Attribute.

string value

Value of the Attribute.

string sourceXml

Source XML of the Attribute.

PositionInfo pos

Position Info.

| Edit this page View Source

AttributeEvent(string, string, string, PositionInfo)

Creates a new Attribute Event from an XML Attribute.

Declaration
public AttributeEvent(string qname, string value, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string qname

QName of the Attribute.

string value

Value of the Attribute.

string sourceXml

Source XML of the Attribute.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

LocalName

Gets the Local Name of the Attribute.

Declaration
public string LocalName { get; }
Property Value
Type Description
string
| Edit this page View Source

Namespace

Gets the Namespace Prefix of the Attribute.

Declaration
public string Namespace { get; }
Property Value
Type Description
string
| Edit this page View Source

QName

Gets the QName of the Attribute.

Declaration
public string QName { get; }
Property Value
Type Description
string
| Edit this page View Source

Value

Gets the Value of the Attribute.

Declaration
public string Value { get; }
Property Value
Type Description
string

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • AttributeEvent(string, string, string)
    • AttributeEvent(string, string, string, string)
    • AttributeEvent(string, string, string, string, PositionInfo)
    • AttributeEvent(string, string, string, PositionInfo)
  • Properties
    • LocalName
    • Namespace
    • QName
    • Value
  • Implements
  • Extension Methods
Back to top Generated by DocFX