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
Datei anzeigen Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method 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

Method 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 method

Protected Constructor used by package only
public GCSAuthority ( )

GCSAuthority() public method

Constructs GCSAuthority from a String
public GCSAuthority ( string sPath )
sPath string

toIRINormalForm() public method

Serializes the XRIAuthority into IRI-normal from
public toIRINormalForm ( ) : string
return string

toURINormalForm() public method

Serializes the XRIAuthority into URI normal from
public toURINormalForm ( ) : string
return string