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

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

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

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

Constructs a cross-reference authority from a string

toIRINormalForm ( ) : string

Serializes the XRIAuthority into IRI normal from

toURINormalForm ( ) : string

Serializes the XRefAuthority into URI normal from

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

Метод Описание
XRefAuthority ( )
doScan ( ParseStream oStream ) : bool

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

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

Constructs a cross-reference authority from a string
public XRefAuthority ( string sPath )
sPath string

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

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

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

Serializes the XRefAuthority into URI normal from
public toURINormalForm ( ) : string
Результат string