Show / Hide Table of Contents

Class NamespaceAttributeEvent

An Event for representing Namespace Attributes of an XML Node.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
NamespaceAttributeEvent
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 NamespaceAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

NamespaceAttributeEvent(string, string, string)

Creates a new Namespace Attribute Event.

Declaration
public NamespaceAttributeEvent(string prefix, string uri, string sourceXml)
Parameters
Type Name Description
string prefix

Namespace Prefix.

string uri

Namespace Uri.

string sourceXml

Source XML.

| Edit this page View Source

NamespaceAttributeEvent(string, string, string, PositionInfo)

Creates a new Namespace Attribute Event.

Declaration
public NamespaceAttributeEvent(string prefix, string uri, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string prefix

Namespace Prefix.

string uri

Namespace Uri.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

Prefix

Gets the Namespace Prefix.

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

Uri

Gets the Namespace Uri.

Declaration
public string Uri { 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
    • NamespaceAttributeEvent(string, string, string)
    • NamespaceAttributeEvent(string, string, string, PositionInfo)
  • Properties
    • Prefix
    • Uri
  • Implements
  • Extension Methods
Back to top Generated by DocFX