Show / Hide Table of Contents

Class XmlBaseAttributeEvent

An Event for representing xml:base attributes of XML Nodes.

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

Constructors

| Edit this page View Source

XmlBaseAttributeEvent(string, string)

Creates a new XML Base Attribute.

Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml)
Parameters
Type Name Description
string baseUri

Base URI.

string sourceXml

Source XML.

| Edit this page View Source

XmlBaseAttributeEvent(string, string, PositionInfo)

Creates a new XML Base Attribute.

Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string baseUri

Base URI.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

BaseUri

Gets the Base URI.

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