C# Class DotNetXri.Syntax.AuthorityPath

This class provides a base class for all types of AuthorityPath elements
Inheritance: Parsable
Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

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

Méthodes protégées

Méthode Description
AuthorityPath ( )

Protected Constructor used by package only

AuthorityPath ( string sPath )

Constructs AuthorityPath from a String

Private Methods

Méthode Description
scanAuthority ( ParseStream oParseStream ) : AuthorityPath

Method Details

AuthorityPath() protected méthode

Protected Constructor used by package only
protected AuthorityPath ( )

AuthorityPath() protected méthode

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

buildAuthorityPath() public static méthode

Static method to build the correct AuthorityPath obj from a String
public static buildAuthorityPath ( string sPath ) : AuthorityPath
sPath string
Résultat AuthorityPath

toIRINormalForm() public abstract méthode

Serializes the authority into IRI-normal form
public abstract toIRINormalForm ( ) : string
Résultat string

toURINormalForm() public abstract méthode

Serializes the authority into URI-normal form
public abstract toURINormalForm ( ) : string
Résultat string