Show / Hide Table of Contents

Class XmlBaseAttributeEvent

An Event for representing xml:base attributes of XML Nodes.
Inheritance
System.Object
BaseEvent
BaseRdfXmlEvent
XmlBaseAttributeEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRDF.dll
Syntax
public class XmlBaseAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Improve this Doc View Source

XmlBaseAttributeEvent(String, String)

Creates a new XML Base Attribute.
Declaration
public XmlBaseAttributeEvent(string baseUri, string sourceXml)
Parameters
Type Name Description
System.String baseUri Base URI.
System.String sourceXml Source XML.
| Improve this Doc 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
System.String baseUri Base URI.
System.String sourceXml Source XML.
PositionInfo pos Position Info.

Properties

| Improve this Doc View Source

BaseUri

Gets the Base URI.
Declaration
public string BaseUri { get; }
Property Value
Type Description
System.String

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • XmlBaseAttributeEvent(String, String)
    • XmlBaseAttributeEvent(String, String, PositionInfo)
  • Properties
    • BaseUri
  • Implements
  • Extension Methods
Back to top Generated by DocFX