C# Class 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.
Inheritance: XRIAuthority
Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
XRefAuthority ( )
doScan ( ParseStream oStream ) : bool

Method Details

XRefAuthority() public méthode

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

toIRINormalForm() public méthode

Serializes the XRIAuthority into IRI normal from
public toIRINormalForm ( ) : string
Résultat string

toURINormalForm() public méthode

Serializes the XRefAuthority into URI normal from
public toURINormalForm ( ) : string
Résultat string