C# Class DotNetXri.Syntax.GCSAuthority

This class provides a strong typing for a GCS Authority. Any obj of this class that appears outside of the package is a valid GCS Authority.
Inheritance: XRIAuthority
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode Description
GCSAuthority ( )

Protected Constructor used by package only

GCSAuthority ( string sPath )

Constructs GCSAuthority from a String

toIRINormalForm ( ) : string

Serializes the XRIAuthority into IRI-normal from

toURINormalForm ( ) : string

Serializes the XRIAuthority into URI normal from

Private Methods

Méthode Description
doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

scanGCSChar ( ParseStream oParseStream ) : bool

Parses the input stream into the GCS Character String

Method Details

GCSAuthority() public méthode

Protected Constructor used by package only
public GCSAuthority ( )

GCSAuthority() public méthode

Constructs GCSAuthority from a String
public GCSAuthority ( 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 XRIAuthority into URI normal from
public toURINormalForm ( ) : string
Résultat string