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

This class provides a base class for all types of AuthorityPath elements
Наследование: Parsable
Показать файл Открыть проект

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

Метод Описание
buildAuthorityPath ( string sPath ) : AuthorityPath

Static method to build the correct AuthorityPath obj from a String

toIRINormalForm ( ) : string

Serializes the authority into IRI-normal form

toURINormalForm ( ) : string

Serializes the authority into URI-normal form

Защищенные методы

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

Protected Constructor used by package only

AuthorityPath ( string sPath )

Constructs AuthorityPath from a String

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

Метод Описание
scanAuthority ( ParseStream oParseStream ) : AuthorityPath

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

AuthorityPath() защищенный Метод

Protected Constructor used by package only
protected AuthorityPath ( )

AuthorityPath() защищенный Метод

Constructs AuthorityPath from a String
protected AuthorityPath ( string sPath )
sPath string

buildAuthorityPath() публичный статический Метод

Static method to build the correct AuthorityPath obj from a String
public static buildAuthorityPath ( string sPath ) : AuthorityPath
sPath string
Результат AuthorityPath

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

Serializes the authority into IRI-normal form
public abstract toIRINormalForm ( ) : string
Результат string

toURINormalForm() публичный абстрактный Метод

Serializes the authority into URI-normal form
public abstract toURINormalForm ( ) : string
Результат string