Show / Hide Table of Contents

Class NamespaceAttributeEvent

An Event for representing Namespace Attributes of an XML Node.

Inheritance
System.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

| Improve this Doc 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.

| Improve this Doc 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.

Properties

| Improve this Doc View Source

Prefix

Gets the Namespace Prefix.

Declaration
public string Prefix { get; }
Property Value
Type Description
string
| Improve this Doc 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)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NamespaceAttributeEvent(string, string, string, PositionInfo)
    • NamespaceAttributeEvent(string, string, string)
  • Properties
    • Prefix
    • Uri
  • Implements
  • Extension Methods
Back to top Generated by DocFX