Show / Hide Table of Contents

Class LanguageAttributeEvent

An Event for representing Language Attributes of an XML Node.

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

Constructors

| Edit this page View Source

LanguageAttributeEvent(string, string)

Creates a new Language Attribute Event.

Declaration
public LanguageAttributeEvent(string lang, string sourceXml)
Parameters
Type Name Description
string lang

Language.

string sourceXml

Source XML.

| Edit this page View Source

LanguageAttributeEvent(string, string, PositionInfo)

Creates a new Language Attribute Event.

Declaration
public LanguageAttributeEvent(string lang, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string lang

Language.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

Language

Gets the Language.

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