C# 클래스 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.
상속: XRIAuthority
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

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

비공개 메소드들

메소드 설명
XRefAuthority ( )
doScan ( ParseStream oStream ) : bool

메소드 상세

XRefAuthority() 공개 메소드

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

toIRINormalForm() 공개 메소드

Serializes the XRIAuthority into IRI normal from
public toIRINormalForm ( ) : string
리턴 string

toURINormalForm() 공개 메소드

Serializes the XRefAuthority into URI normal from
public toURINormalForm ( ) : string
리턴 string