C# 클래스 DotNetXri.Syntax.XRIAbsolutePath

This class provides a strong typing for a XRI Absolute Path. Any obj of this class that appears outside of the package is a valid XRI Absolute Path.
상속: XRIPath
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
XRIAbsolutePath ( string sPath )

Constructs LocalPath from a String

isPrefixOf ( XRIAbsolutePath path ) : bool

Tests to see if this absolute path is a subsegment-wise prefix of the given path.

toIRINormalForm ( ) : string

Serializes Local Path into IRI normal from

비공개 메소드들

메소드 설명
XRIAbsolutePath ( )

Protected Constructor used by package only

XRIAbsolutePath ( XRINoSchemePath oPath )
doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

메소드 상세

XRIAbsolutePath() 공개 메소드

Constructs LocalPath from a String
public XRIAbsolutePath ( string sPath )
sPath string

isPrefixOf() 공개 메소드

Tests to see if this absolute path is a subsegment-wise prefix of the given path.
public isPrefixOf ( XRIAbsolutePath path ) : bool
path XRIAbsolutePath
리턴 bool

toIRINormalForm() 공개 메소드

Serializes Local Path into IRI normal from
public toIRINormalForm ( ) : string
리턴 string