C# Класс DotNetXri.Syntax.XRIAbsolutePath

This class provides a strong typing for a XRI Absolute Path. Any obj of this class that appears outside of the package is a valid XRI Absolute Path.
Наследование: XRIPath
Показать файл Открыть проект

Открытые методы

Метод Описание
XRIAbsolutePath ( string sPath )

Constructs LocalPath from a String

isPrefixOf ( XRIAbsolutePath path ) : bool

Tests to see if this absolute path is a subsegment-wise prefix of the given path.

toIRINormalForm ( ) : string

Serializes Local Path into IRI normal from

Приватные методы

Метод Описание
XRIAbsolutePath ( )

Protected Constructor used by package only

XRIAbsolutePath ( XRINoSchemePath oPath )
doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

Описание методов

XRIAbsolutePath() публичный Метод

Constructs LocalPath from a String
public XRIAbsolutePath ( string sPath )
sPath string

isPrefixOf() публичный Метод

Tests to see if this absolute path is a subsegment-wise prefix of the given path.
public isPrefixOf ( XRIAbsolutePath path ) : bool
path XRIAbsolutePath
Результат bool

toIRINormalForm() публичный Метод

Serializes Local Path into IRI normal from
public toIRINormalForm ( ) : string
Результат string