Show / Hide Table of Contents

Class PathToken

Special Token which acts as a Placeholder for SPARQL Property Paths.

Inheritance
System.Object
BaseToken
PathToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class PathToken : BaseToken, IToken

Constructors

| Improve this Doc View Source

PathToken(ISparqlPath)

Creates a new Path Token.

Declaration
public PathToken(ISparqlPath path)
Parameters
Type Name Description
ISparqlPath path

Path.

Properties

| Improve this Doc View Source

Path

Gets the Path this Token acts as a placeholder for.

Declaration
public ISparqlPath Path { get; }
Property Value
Type Description
ISparqlPath

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PathToken(ISparqlPath)
  • Properties
    • Path
  • Implements
  • Extension Methods
Back to top Generated by DocFX