C# 클래스 DotNetXri.Syntax.AuthorityPath

This class provides a base class for all types of AuthorityPath elements
상속: Parsable
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AuthorityPath ( )

Protected Constructor used by package only

AuthorityPath ( string sPath )

Constructs AuthorityPath from a String

비공개 메소드들

메소드 설명
scanAuthority ( ParseStream oParseStream ) : AuthorityPath

메소드 상세

AuthorityPath() 보호된 메소드

Protected Constructor used by package only
protected AuthorityPath ( )

AuthorityPath() 보호된 메소드

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

buildAuthorityPath() 공개 정적인 메소드

Static method to build the correct AuthorityPath obj from a String
public static buildAuthorityPath ( string sPath ) : AuthorityPath
sPath string
리턴 AuthorityPath

toIRINormalForm() 공개 추상적인 메소드

Serializes the authority into IRI-normal form
public abstract toIRINormalForm ( ) : string
리턴 string

toURINormalForm() 공개 추상적인 메소드

Serializes the authority into URI-normal form
public abstract toURINormalForm ( ) : string
리턴 string